public class VectorHashKeyWrapperGeneralComparator extends Object implements Comparator<VectorHashKeyWrapperBase>, Serializable
Comparator to compare VectorHashKeyWrapperBase instances.| Constructor and Description |
|---|
VectorHashKeyWrapperGeneralComparator(int numberOfColumns) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnComparator(int keyIndex,
int columnTypeSpecificIndex,
ColumnVector.Type columnVectorType,
char sortOrder,
char nullOrder) |
int |
compare(VectorHashKeyWrapperBase o1,
VectorHashKeyWrapperBase o2) |
org.apache.hadoop.hive.ql.exec.vector.wrapper.VectorHashKeyWrapperGeneralComparator.VectorHashKeyWrapperBaseComparator[] |
getComparators() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic VectorHashKeyWrapperGeneralComparator(int numberOfColumns)
public void addColumnComparator(int keyIndex,
int columnTypeSpecificIndex,
ColumnVector.Type columnVectorType,
char sortOrder,
char nullOrder)
public int compare(VectorHashKeyWrapperBase o1, VectorHashKeyWrapperBase o2)
compare in interface Comparator<VectorHashKeyWrapperBase>public org.apache.hadoop.hive.ql.exec.vector.wrapper.VectorHashKeyWrapperGeneralComparator.VectorHashKeyWrapperBaseComparator[] getComparators()
Copyright © 2022 The Apache Software Foundation. All rights reserved.