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) Construct a new empty instance which replaces an existing field with the new one in case of name conflict.static StructVectorStructVector.emptyWithDuplicates(String name, BufferAllocator allocator) Construct a new empty instance which preserve fields with identical names.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 StructVectorModifier and TypeMethodDescriptionNullableStructWriterFactory.build(StructVector container) Creates a new instance.Constructors 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.