Uses of Class
org.apache.arrow.vector.complex.AbstractStructVector
Packages that use AbstractStructVector
-
Uses of AbstractStructVector in org.apache.arrow.vector.complex
Subclasses of AbstractStructVector in org.apache.arrow.vector.complexModifier and TypeClassDescriptionclass
A struct vector that has no null values (and no validity buffer).class
A Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields. -
Uses of AbstractStructVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type AbstractStructVectorModifierConstructorDescriptionPromotableWriter
(ValueVector v, AbstractStructVector parentContainer) Constructs a new instance.PromotableWriter
(ValueVector v, AbstractStructVector parentContainer, NullableStructWriterFactory nullableStructWriterFactory) Constructs a new instance.