infrastructure/native/columnar_decompress_ffi library

Properties

isColumnarNativeDecompressAvailable bool
True if odbc_columnar_decompress / _free` resolved after loadOdbcLibrary.
no setter

Functions

columnarDecompressWithNative(Uint8List compressed, int algorithm) Uint8List?
algorithm is 1 = zstd, 2 = lz4 (see Rust CompressionType).
resetColumnarDecompressForTest() → void