Uses of Class
org.apache.arrow.vector.BaseLargeVariableWidthVector
Packages that use BaseLargeVariableWidthVector
Package
Description
-
Uses of BaseLargeVariableWidthVector in org.apache.arrow.vector
Subclasses of BaseLargeVariableWidthVector in org.apache.arrow.vectorModifier and TypeClassDescriptionfinal classLargeVarBinaryVector implements a large variable width vector of binary values which could be NULL.final classLargeVarCharVector implements a variable width vector of VARCHAR values which could be NULL.Methods in org.apache.arrow.vector with parameters of type BaseLargeVariableWidthVectorModifier and TypeMethodDescriptionvoidBaseLargeVariableWidthVector.splitAndTransferTo(int startIndex, int length, BaseLargeVariableWidthVector target) Slice this vector at desired index and length and transfer the corresponding data to the target vector.voidBaseLargeVariableWidthVector.transferTo(BaseLargeVariableWidthVector target) Transfer this vector's data to another vector. -
Uses of BaseLargeVariableWidthVector in org.apache.arrow.vector.compare
Methods in org.apache.arrow.vector.compare with parameters of type BaseLargeVariableWidthVectorModifier and TypeMethodDescriptionRangeEqualsVisitor.visit(BaseLargeVariableWidthVector left, Range range) TypeEqualsVisitor.visit(BaseLargeVariableWidthVector left, Void value) VectorVisitor.visit(BaseLargeVariableWidthVector left, IN value) -
Uses of BaseLargeVariableWidthVector in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util with parameters of type BaseLargeVariableWidthVectorModifier and TypeMethodDescriptionVectorAppender.visit(BaseLargeVariableWidthVector deltaVector, Void value) -
Uses of BaseLargeVariableWidthVector in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type BaseLargeVariableWidthVectorModifier and TypeMethodDescriptionValidateVectorBufferVisitor.visit(BaseLargeVariableWidthVector vector, Void value) ValidateVectorDataVisitor.visit(BaseLargeVariableWidthVector vector, Void value) ValidateVectorTypeVisitor.visit(BaseLargeVariableWidthVector vector, Void value) ValidateVectorVisitor.visit(BaseLargeVariableWidthVector left, Void value)