//! 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
/// FSST dictionary backing used by byte-view arrays.
pub use BitPackedArray;
pub use FsstArray;