Function vortex_fsst::fsst_compress

source ·
pub fn fsst_compress(
    strings: &ArrayData,
    compressor: &Compressor,
) -> VortexResult<FSSTArray>
Expand description

Compress an array using FSST.

§Panics

If the strings array is not encoded as either [VarBinArray] or [VarBinViewArray].