Uses of Class
org.apache.arrow.vector.complex.StructVector
Packages that use StructVector
Package
Description
-
Uses of StructVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return StructVectorModifier and TypeMethodDescriptionAbstractContainerVector.addOrGetStruct(String name) static StructVectorStructVector.empty(String name, BufferAllocator allocator) static StructVectorStructVector.emptyWithDuplicates(String name, BufferAllocator allocator) DenseUnionVector.getStruct(byte typeId) UnionVector.getStruct()Constructors in org.apache.arrow.vector.complex with parameters of type StructVectorModifierConstructorDescriptionprotectedNullableStructTransferPair(StructVector from, StructVector to, boolean allocate) -
Uses of StructVector in org.apache.arrow.vector.complex.impl
Fields in org.apache.arrow.vector.complex.impl declared as StructVectorMethods in org.apache.arrow.vector.complex.impl with parameters of type StructVectorConstructors in org.apache.arrow.vector.complex.impl with parameters of type StructVectorModifierConstructorDescriptionNullableCaseSensitiveStructWriter(StructVector container) NullableStructWriter(StructVector container) -
Uses of StructVector in org.apache.arrow.vector.dictionary
Methods in org.apache.arrow.vector.dictionary that return StructVectorModifier and TypeMethodDescriptionStructSubfieldEncoder.decode(StructVector vector) Decodes a dictionary subfields encoded vector using the provided dictionary.static StructVectorStructSubfieldEncoder.decode(StructVector vector, DictionaryProvider.MapDictionaryProvider provider, BufferAllocator allocator) Decodes a dictionary subfields encoded vector using the provided dictionary.StructSubfieldEncoder.encode(StructVector vector, Map<Integer, Long> columnToDictionaryId) Dictionary encodes subfields for complex vector with a provided dictionary.Methods in org.apache.arrow.vector.dictionary with parameters of type StructVectorModifier and TypeMethodDescriptionStructSubfieldEncoder.decode(StructVector vector) Decodes a dictionary subfields encoded vector using the provided dictionary.static StructVectorStructSubfieldEncoder.decode(StructVector vector, DictionaryProvider.MapDictionaryProvider provider, BufferAllocator allocator) Decodes a dictionary subfields encoded vector using the provided dictionary.StructSubfieldEncoder.encode(StructVector vector, Map<Integer, Long> columnToDictionaryId) Dictionary encodes subfields for complex vector with a provided dictionary.