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? -
algorithmis1= zstd,2= lz4 (see RustCompressionType). -
isColumnarDecompressZeroCopyViewForTest(
Uint8List view) → bool -
True when
viewis a zero-copy native decompress buffer (tests only). -
releaseColumnarDecompressZeroCopyViewForTest(
Uint8List view) → void - Detaches the zero-copy finalizer and frees native memory (tests only).
-
resetColumnarDecompressForTest(
) → void