Uses of Interface
org.apache.arrow.vector.VariableWidthVector
Packages that use VariableWidthVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of VariableWidthVector in org.apache.arrow.adapter.jdbc.binder
Classes in org.apache.arrow.adapter.jdbc.binder with type parameters of type VariableWidthVectorModifier and TypeClassDescriptionclass
VarCharBinder<T extends FieldVector & VariableWidthVector>
A binder for variable-width string types. -
Uses of VariableWidthVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type VariableWidthVector -
Uses of VariableWidthVector in org.apache.arrow.vector
Subinterfaces of VariableWidthVector in org.apache.arrow.vectorModifier and TypeInterfaceDescriptioninterface
A base interface for common functionalities in variable width vectors.Classes in org.apache.arrow.vector that implement VariableWidthVectorModifier 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.