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 TypeClassDescriptionclass
BaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.class
BaseVariableWidthVector is a base class providing functionality for strings/bytes types.class
BaseVariableWidthViewVector is a base class providing functionality for strings/bytes types in view format.final class
LargeVarBinaryVector implements a large variable width vector of binary values which could be NULL.final class
LargeVarCharVector implements a variable width vector of VARCHAR values which could be NULL.final 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.final class
ViewVarBinaryVector implements a variable width view vector of binary values which could be NULL.final class
ViewVarCharVector implements a view of a variable width vector of VARCHAR values which could be NULL.