API Version: 23.0
Library Version: 23.0.1
Generated by gi-docgen 2025.3
since: 23.0.0
enum Arrow.DictionaryEncodeNullEncodingBehavior
They correspond to the values of arrow::compute::DictionaryEncodeOptions::NullEncodingBehavior.
arrow::compute::DictionaryEncodeOptions::NullEncodingBehavior
Available since: 23.0.0
GARROW_DICTIONARY_ENCODE_NULL_ENCODING_ENCODE
The null value will be added to the dictionary with a proper index.
0
GARROW_DICTIONARY_ENCODE_NULL_ENCODING_MASK
The null value will be masked in the indices array.
1
Content