Uses of Class
org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
-
Uses of DictionaryProvider.MapDictionaryProvider in org.apache.arrow.adapter.avro
Modifier and TypeMethodDescriptionAvroToArrowConfigBuilder.setProvider
(DictionaryProvider.MapDictionaryProvider provider) -
Uses of DictionaryProvider.MapDictionaryProvider in org.apache.arrow.vector.dictionary
Modifier and TypeMethodDescriptionstatic StructVector
StructSubfieldEncoder.decode
(StructVector vector, DictionaryProvider.MapDictionaryProvider provider, BufferAllocator allocator) Decodes a dictionary subfields encoded vector using the provided dictionary.ModifierConstructorDescriptionStructSubfieldEncoder
(BufferAllocator allocator, DictionaryProvider.MapDictionaryProvider provider) Construct an instance.StructSubfieldEncoder
(BufferAllocator allocator, DictionaryProvider.MapDictionaryProvider provider, ArrowBufHasher hasher) Construct an instance.