- valueWidth - Variable in class org.apache.arrow.algorithm.sort.VectorValueComparator
-
Width of the vector value.
- VariableWidthComparator() - Constructor for class org.apache.arrow.algorithm.sort.DefaultVectorComparators.VariableWidthComparator
-
- VariableWidthOutOfPlaceVectorSorter<V extends BaseVariableWidthVector> - Class in org.apache.arrow.algorithm.sort
-
Default sorter for variable-width vectors.
- VariableWidthOutOfPlaceVectorSorter() - Constructor for class org.apache.arrow.algorithm.sort.VariableWidthOutOfPlaceVectorSorter
-
- vector1 - Variable in class org.apache.arrow.algorithm.sort.VectorValueComparator
-
The first vector to compare.
- vector2 - Variable in class org.apache.arrow.algorithm.sort.VectorValueComparator
-
The second vector to compare.
- VectorRangeSearcher - Class in org.apache.arrow.algorithm.search
-
Search for the range of a particular element in the target vector.
- VectorRangeSearcher() - Constructor for class org.apache.arrow.algorithm.search.VectorRangeSearcher
-
- VectorRank<V extends ValueVector> - Class in org.apache.arrow.algorithm.rank
-
Utility for calculating ranks of vector elements.
- VectorRank(BufferAllocator) - Constructor for class org.apache.arrow.algorithm.rank.VectorRank
-
Constructs a vector rank utility.
- VectorRunDeduplicator<V extends ValueVector> - Class in org.apache.arrow.algorithm.deduplicate
-
Remove adjacent equal elements from a vector.
- VectorRunDeduplicator(V, BufferAllocator) - Constructor for class org.apache.arrow.algorithm.deduplicate.VectorRunDeduplicator
-
Constructs a vector run deduplicator for a given vector.
- VectorSearcher - Class in org.apache.arrow.algorithm.search
-
Search for a particular element in the vector.
- VectorValueComparator<V extends ValueVector> - Class in org.apache.arrow.algorithm.sort
-
Compare two values at the given indices in the vectors.
- VectorValueComparator() - Constructor for class org.apache.arrow.algorithm.sort.VectorValueComparator
-
Constructor for variable-width vectors.
- VectorValueComparator(int) - Constructor for class org.apache.arrow.algorithm.sort.VectorValueComparator
-
Constructor for fixed-width vectors.