Uses of Class
org.apache.arrow.vector.complex.StructVector
Packages that use StructVector
Package
Description
-
Uses of StructVector in org.apache.arrow.adapter.avro.consumers
Methods in org.apache.arrow.adapter.avro.consumers with parameters of type StructVectorModifier and TypeMethodDescriptionboolean
AvroStructConsumer.resetValueVector
(StructVector vector) Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type StructVectorModifierConstructorDescriptionAvroStructConsumer
(StructVector vector, Consumer[] delegates) Instantiate a AvroStructConsumer. -
Uses of StructVector in org.apache.arrow.driver.jdbc.accessor.impl.complex
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.complex with parameters of type StructVectorModifierConstructorDescriptionArrowFlightJdbcStructVectorAccessor
(StructVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
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 StructVector
StructVector.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 StructVector
StructVector.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 StructVectorModifierConstructorDescriptionprotected
NullableStructTransferPair
(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 StructVector
StructSubfieldEncoder.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 StructVector
StructSubfieldEncoder.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.