Package | Description |
---|---|
org.apache.arrow.vector.dictionary | |
org.apache.arrow.vector.types.pojo | |
org.apache.arrow.vector.util |
Modifier and Type | Method and Description |
---|---|
DictionaryEncoding |
Dictionary.getEncoding() |
Constructor and Description |
---|
Dictionary(FieldVector dictionary,
DictionaryEncoding encoding) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncoding |
FieldType.getDictionary() |
DictionaryEncoding |
Field.getDictionary() |
Constructor and Description |
---|
FieldType(boolean nullable,
ArrowType type,
DictionaryEncoding dictionary) |
FieldType(boolean nullable,
ArrowType type,
DictionaryEncoding dictionary,
Map<String,String> metadata)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
Validator.compareDictionaries(List<DictionaryEncoding> encodings1,
List<DictionaryEncoding> encodings2,
DictionaryProvider provider1,
DictionaryProvider provider2)
Validate two Dictionary encodings and dictionaries with id's from the encodings.
|
static void |
Validator.compareDictionaries(List<DictionaryEncoding> encodings1,
List<DictionaryEncoding> encodings2,
DictionaryProvider provider1,
DictionaryProvider provider2)
Validate two Dictionary encodings and dictionaries with id's from the encodings.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.