pub fn dict_encode_with_constraints(
array: &dyn Array,
constraints: &DictConstraints,
) -> VortexResult<DictArray>Expand description
Encode an array as a DictArray subject to the given constraints.
Vortex encoders must always produce unsigned integer codes; signed codes are only accepted for external compatibility.