Uses of Interface
org.apache.arrow.vector.complex.RepeatedValueVector
Packages that use RepeatedValueVector
-
Uses of RepeatedValueVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type RepeatedValueVectorMethods in org.apache.arrow.algorithm.sort with parameters of type RepeatedValueVectorModifier and TypeMethodDescriptionvoid
DefaultVectorComparators.RepeatedValueComparator.attachVectors
(RepeatedValueVector vector1, RepeatedValueVector vector2) -
Uses of RepeatedValueVector in org.apache.arrow.vector.complex
Classes in org.apache.arrow.vector.complex that implement RepeatedValueVectorModifier and TypeClassDescriptionclass
Base class for Vectors that contain repeated values.class
class
A list vector contains lists of a specific type of elements.class
A list vector contains lists of a specific type of elements.class
A list view vector contains lists of a specific type of elements.class
A MapVector is used to store entries of key/value pairs.