liquid-cache 0.1.12

10x lower latency for cloud-native DataFusion
Documentation
1
2
3
4
5
6
7
8
//! Low level array primitives.
//! You should not use this module directly.
//! Instead, use `liquid_cache_datafusion_server` or `liquid_cache_datafusion_client` to interact with LiquidCache.
pub(super) mod bit_pack_array;
/// FSST dictionary backing used by byte-view arrays.
pub mod fsst_buffer;
pub use bit_pack_array::BitPackedArray;
pub use fsst_buffer::FsstArray;