Uses of Class
org.apache.arrow.vector.complex.StructVector
Package
Description
-
Uses of StructVector in org.apache.arrow.adapter.avro.consumers
Modifier and TypeMethodDescriptionboolean
AvroStructConsumer.resetValueVector
(StructVector vector) ModifierConstructorDescriptionAvroStructConsumer
(StructVector vector, Consumer[] delegates) Instantiate a AvroStructConsumer. -
Uses of StructVector in org.apache.arrow.driver.jdbc.accessor.impl.complex
ModifierConstructorDescriptionArrowFlightJdbcStructVectorAccessor
(StructVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of StructVector in org.apache.arrow.vector.complex
Modifier 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()
ModifierConstructorDescriptionprotected
NullableStructTransferPair
(StructVector from, StructVector to, boolean allocate) -
Uses of StructVector in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionNullableStructWriterFactory.build
(StructVector container) Creates a new instance.ModifierConstructorDescriptionNullableCaseSensitiveStructWriter
(StructVector container) NullableStructWriter
(StructVector container) -
Uses of StructVector in org.apache.arrow.vector.dictionary
Modifier 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.Modifier 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.