public static class DefaultVectorComparators.LongComparator extends VectorValueComparator<BigIntVector>
valueWidth, vector1, vector2| Constructor and Description |
|---|
LongComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareNotNull(int index1,
int index2)
Compare two values, given their indices.
|
VectorValueComparator<BigIntVector> |
createNew()
Creates a comparator of the same type.
|
attachVector, attachVectors, compare, getValueWidthpublic int compareNotNull(int index1,
int index2)
VectorValueComparatorcompareNotNull in class VectorValueComparator<BigIntVector>index1 - index of the first value to compare.index2 - index of the second value to compare.public VectorValueComparator<BigIntVector> createNew()
VectorValueComparatorcreateNew in class VectorValueComparator<BigIntVector>Copyright © 2021 The Apache Software Foundation. All rights reserved.