Function vortex_fsst::fsst_train_compressor

source ·
pub fn fsst_train_compressor(array: &ArrayData) -> VortexResult<Compressor>
Expand description

Train a compressor from an array.

§Panics

If the provided array is not FSST compressible.