Class DictionaryEncoding
java.lang.Object
org.apache.arrow.vector.types.pojo.DictionaryEncoding
A POJO representation of Arrow Dictionary metadata.
-
Constructor Summary
ConstructorDescriptionDictionaryEncoding
(long id, boolean ordered, ArrowType.Int indexType) Constructs a new instance. -
Method Summary
-
Constructor Details
-
DictionaryEncoding
Constructs a new instance.- Parameters:
id
- The ID of the dictionary to use for encoding.ordered
- Whether the keys in values in the dictionary are ordered.indexType
- (nullable). The integer type to use for indexing in the dictionary. Defaults to a signed 32 bit integer.
-
-
Method Details