Uses of Class
org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
Packages that use DictionaryProvider.MapDictionaryProvider
-
Uses of DictionaryProvider.MapDictionaryProvider in org.apache.arrow.adapter.avro
Methods in org.apache.arrow.adapter.avro that return DictionaryProvider.MapDictionaryProviderMethods in org.apache.arrow.adapter.avro with parameters of type DictionaryProvider.MapDictionaryProviderModifier and TypeMethodDescriptionAvroToArrowConfigBuilder.setProvider
(DictionaryProvider.MapDictionaryProvider provider) -
Uses of DictionaryProvider.MapDictionaryProvider in org.apache.arrow.vector.dictionary
Methods in org.apache.arrow.vector.dictionary with parameters of type DictionaryProvider.MapDictionaryProviderModifier and TypeMethodDescriptionstatic StructVector
StructSubfieldEncoder.decode
(StructVector vector, DictionaryProvider.MapDictionaryProvider provider, BufferAllocator allocator) Decodes a dictionary subfields encoded vector using the provided dictionary.Constructors in org.apache.arrow.vector.dictionary with parameters of type DictionaryProvider.MapDictionaryProviderModifierConstructorDescriptionStructSubfieldEncoder
(BufferAllocator allocator, DictionaryProvider.MapDictionaryProvider provider) Construct an instance.StructSubfieldEncoder
(BufferAllocator allocator, DictionaryProvider.MapDictionaryProvider provider, ArrowBufHasher hasher) Construct an instance.