Uses of Interface
org.apache.arrow.vector.VariableWidthVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of VariableWidthVector in org.apache.arrow.adapter.jdbc.binder
Modifier and TypeClassDescriptionclass
VarCharBinder<T extends FieldVector & VariableWidthVector>
A binder for variable-width string types. -
Uses of VariableWidthVector in org.apache.arrow.algorithm.sort
-
Uses of VariableWidthVector in org.apache.arrow.vector
Modifier and TypeInterfaceDescriptioninterface
A base interface for common functionalities in variable width vectors.Modifier 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.