Uses of Interface
org.apache.arrow.vector.DensityAwareVector
Packages that use DensityAwareVector
-
Uses of DensityAwareVector in org.apache.arrow.vector
Subinterfaces of DensityAwareVector in org.apache.arrow.vectorModifier and TypeInterfaceDescriptioninterfaceA base interface for common functionalities in variable width vectors.interfaceInterface vectors that contain variable width members (e.g.Classes in org.apache.arrow.vector that implement DensityAwareVectorModifier 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. -
Uses of DensityAwareVector in org.apache.arrow.vector.complex
Subinterfaces of DensityAwareVector in org.apache.arrow.vector.complexModifier and TypeInterfaceDescriptioninterfaceAn abstraction representing repeated value vectors.Classes in org.apache.arrow.vector.complex that implement DensityAwareVectorModifier and TypeClassDescriptionclassBase class for composite vectors.classBase class for StructVectors.classBase class for Vectors that contain repeated values.classclassclassA list vector contains lists of a specific type of elements.classA list vector contains lists of a specific type of elements.classA list view vector contains lists of a specific type of elements.classA MapVector is used to store entries of key/value pairs.classA struct vector that has no null values (and no validity buffer).classA Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields.class