Uses of Class
org.apache.arrow.vector.complex.NonNullableStructVector
Packages that use NonNullableStructVector
Package
Description
-
Uses of NonNullableStructVector in org.apache.arrow.vector.compare
Methods in org.apache.arrow.vector.compare with parameters of type NonNullableStructVectorModifier and TypeMethodDescriptionRangeEqualsVisitor.visit(NonNullableStructVector left, Range range) TypeEqualsVisitor.visit(NonNullableStructVector left, Void value) VectorVisitor.visit(NonNullableStructVector left, IN value) -
Uses of NonNullableStructVector in org.apache.arrow.vector.complex
Subclasses of NonNullableStructVector in org.apache.arrow.vector.complexModifier and TypeClassDescriptionclassA Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields.Methods in org.apache.arrow.vector.complex that return NonNullableStructVectorModifier and TypeMethodDescriptionstatic NonNullableStructVectorNonNullableStructVector.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 NonNullableStructVectorNonNullableStructVector.emptyWithDuplicates(String name, BufferAllocator allocator) Construct a new empty instance which preserve fields with identical names.Constructors in org.apache.arrow.vector.complex with parameters of type NonNullableStructVectorModifierConstructorDescriptionprotectedStructTransferPair(NonNullableStructVector from, NonNullableStructVector to, boolean allocate) -
Uses of NonNullableStructVector in org.apache.arrow.vector.complex.impl
Fields in org.apache.arrow.vector.complex.impl declared as NonNullableStructVectorModifier and TypeFieldDescriptionprotected final NonNullableStructVectorSingleStructWriter.containerConstructors in org.apache.arrow.vector.complex.impl with parameters of type NonNullableStructVectorModifierConstructorDescriptionComplexWriterImpl(String name, NonNullableStructVector container) ComplexWriterImpl(String name, NonNullableStructVector container, boolean unionEnabled) ComplexWriterImpl(String name, NonNullableStructVector container, boolean unionEnabled, boolean caseSensitive) Constructs a new instance.SingleStructWriter(NonNullableStructVector container) -
Uses of NonNullableStructVector in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util with parameters of type NonNullableStructVectorModifier and TypeMethodDescriptionVectorAppender.visit(NonNullableStructVector deltaVector, Void value) -
Uses of NonNullableStructVector in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type NonNullableStructVectorModifier and TypeMethodDescriptionValidateVectorBufferVisitor.visit(NonNullableStructVector vector, Void value) ValidateVectorDataVisitor.visit(NonNullableStructVector vector, Void value) ValidateVectorTypeVisitor.visit(NonNullableStructVector vector, Void value) ValidateVectorVisitor.visit(NonNullableStructVector vector, Void value)