Uses of Interface
org.apache.arrow.vector.VariableWidthFieldVector
Packages that use VariableWidthFieldVector
-
Uses of VariableWidthFieldVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement VariableWidthFieldVectorModifier 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.classBaseVariableWidthViewVector is a base class providing functionality for strings/bytes types in view format.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.final classViewVarBinaryVector implements a variable width view vector of binary values which could be NULL.final classViewVarCharVector implements a view of a variable width vector of VARCHAR values which could be NULL.