pub fn dict_encoder(
array: &ArrayRef,
constraints: &DictConstraints,
) -> Box<dyn DictEncoder>👎Deprecated:
use dict_encoder_in with an explicit allocator
Expand description
Create a dictionary encoder using the default allocator.