| Package | Description |
|---|---|
| org.apache.arrow.adapter.avro | |
| org.apache.arrow.vector.dictionary |
| Modifier and Type | Method and Description |
|---|---|
DictionaryProvider.MapDictionaryProvider |
AvroToArrowConfig.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
AvroToArrowConfigBuilder |
AvroToArrowConfigBuilder.setProvider(DictionaryProvider.MapDictionaryProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static StructVector |
StructSubfieldEncoder.decode(StructVector vector,
DictionaryProvider.MapDictionaryProvider provider,
BufferAllocator allocator)
Decodes a dictionary subfields encoded vector using the provided dictionary.
|
| Constructor and Description |
|---|
StructSubfieldEncoder(BufferAllocator allocator,
DictionaryProvider.MapDictionaryProvider provider)
Construct an instance.
|
StructSubfieldEncoder(BufferAllocator allocator,
DictionaryProvider.MapDictionaryProvider provider,
ArrowBufHasher hasher)
Construct an instance.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.