Uses of Interface
org.apache.arrow.vector.VariableWidthVector
Packages that use VariableWidthVector
-
Uses of VariableWidthVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement VariableWidthVectorModifier and TypeClassDescriptionclassBaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.classBaseVariableWidthVector is a base class providing functionality for strings/bytes types.final 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.final classVarBinaryVector implements a variable width vector of binary values which could be NULL.final classVarCharVector implements a variable width vector of VARCHAR values which could be NULL.