| Package | Description |
|---|---|
| org.apache.arrow.vector.dictionary | |
| org.apache.arrow.vector.ipc | |
| org.apache.arrow.vector.util |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
DictionaryProvider.lookup(long id) |
Dictionary |
DictionaryProvider.MapDictionaryProvider.lookup(long id) |
| Modifier and Type | Method and Description |
|---|---|
static ValueVector |
DictionaryEncoder.decode(ValueVector indices,
Dictionary dictionary)
Decodes a dictionary encoded array using the provided dictionary.
|
static ValueVector |
DictionaryEncoder.encode(ValueVector vector,
Dictionary dictionary)
Dictionary encodes a vector with a provided dictionary.
|
void |
DictionaryProvider.MapDictionaryProvider.put(Dictionary dictionary) |
| Constructor and Description |
|---|
DictionaryProvider.MapDictionaryProvider(Dictionary... dictionaries) |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
JsonFileReader.lookup(long id) |
Dictionary |
ArrowReader.lookup(long id)
Lookup a dictionary that has been loaded using the dictionary id.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Dictionary> |
ArrowReader.getDictionaryVectors()
Returns any dictionaries that were loaded along with ArrowRecordBatches.
|
| Modifier and Type | Method and Description |
|---|---|
static Field |
DictionaryUtility.toMemoryFormat(Field field,
BufferAllocator allocator,
Map<Long,Dictionary> dictionaries)
Convert field and child fields that have a dictionary encoding to message format, so fields
have the index type
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.