public class DimensionCardinalityComparator extends Object implements Comparator<PhysicalTable>
| Constructor and Description |
|---|
DimensionCardinalityComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PhysicalTable table1,
PhysicalTable table2)
Compare two Physical Tables based on their number of dimensions.
|
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 int compare(PhysicalTable table1, PhysicalTable table2)
compare in interface Comparator<PhysicalTable>table1 - The first tabletable2 - The second tableCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.