Enumeration
ArrowDictionaryEncodeNullEncodingBehavior
since: 23.0.0
Description [src]
They correspond to the values of
arrow::compute::DictionaryEncodeOptions::NullEncodingBehavior.
Available since: 23.0.0
Members
| Name | Description |
|---|---|
GARROW_DICTIONARY_ENCODE_NULL_ENCODING_ENCODE |
The null value will be added to the dictionary with a proper index. |
GARROW_DICTIONARY_ENCODE_NULL_ENCODING_MASK |
The null value will be masked in the indices array. |