Enumeration

ArrowDictionaryEncodeNullEncodingBehavior

since: 23.0.0

Declaration

enum Arrow.DictionaryEncodeNullEncodingBehavior

Description [src]

They correspond to the values of arrow::compute::DictionaryEncodeOptions::NullEncodingBehavior.

Available since: 23.0.0

Members

GARROW_DICTIONARY_ENCODE_NULL_ENCODING_ENCODE

The null value will be added to the dictionary with a proper index.

  • Value: 0
  • Available since: 23.0.0
GARROW_DICTIONARY_ENCODE_NULL_ENCODING_MASK

The null value will be masked in the indices array.

  • Value: 1
  • Available since: 23.0.0