pub fn float_dictionary_encode(
array: ArrayView<'_, Primitive>,
stats: &FloatStats,
) -> VortexResult<DictArray>Expand description
Compresses a floating-point array into a dictionary array according to attached stats.
ยงErrors
Returns an error if unable to compute validity.