Uses of Class
org.apache.arrow.vector.BaseVariableWidthVector
Packages that use BaseVariableWidthVector
Package
Description
-
Uses of BaseVariableWidthVector in org.apache.arrow.algorithm.sort
Classes in org.apache.arrow.algorithm.sort with type parameters of type BaseVariableWidthVectorModifier and TypeClassDescriptionclass
Default sorter for variable-width vectors. -
Uses of BaseVariableWidthVector in org.apache.arrow.vector
Subclasses of BaseVariableWidthVector in org.apache.arrow.vectorModifier and TypeClassDescriptionfinal class
VarBinaryVector implements a variable width vector of binary values which could be NULL.final class
VarCharVector implements a variable width vector of VARCHAR values which could be NULL.Methods in org.apache.arrow.vector with parameters of type BaseVariableWidthVectorModifier and TypeMethodDescriptionvoid
BaseVariableWidthVector.splitAndTransferTo
(int startIndex, int length, BaseVariableWidthVector target) Slice this vector at desired index and length and transfer the corresponding data to the target vector.void
BaseVariableWidthVector.transferTo
(BaseVariableWidthVector target) Transfer this vector'data to another vector. -
Uses of BaseVariableWidthVector in org.apache.arrow.vector.compare
Methods in org.apache.arrow.vector.compare with parameters of type BaseVariableWidthVectorModifier and TypeMethodDescriptionRangeEqualsVisitor.visit
(BaseVariableWidthVector left, Range range) TypeEqualsVisitor.visit
(BaseVariableWidthVector left, Void value) VectorVisitor.visit
(BaseVariableWidthVector left, IN value) -
Uses of BaseVariableWidthVector in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util with parameters of type BaseVariableWidthVectorModifier and TypeMethodDescriptionVectorAppender.visit
(BaseVariableWidthVector deltaVector, Void value) -
Uses of BaseVariableWidthVector in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type BaseVariableWidthVectorModifier and TypeMethodDescriptionValidateVectorBufferVisitor.visit
(BaseVariableWidthVector vector, Void value) ValidateVectorDataVisitor.visit
(BaseVariableWidthVector vector, Void value) ValidateVectorTypeVisitor.visit
(BaseVariableWidthVector vector, Void value) ValidateVectorVisitor.visit
(BaseVariableWidthVector vector, Void value)