Uses of Class
org.apache.arrow.vector.dictionary.DictionaryProvider.MapDictionaryProvider
Packages that use DictionaryProvider.MapDictionaryProvider
-
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 StructVectorStructSubfieldEncoder.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.