Class StarTreeIndexMapUtils.IndexValue
- java.lang.Object
-
- org.apache.pinot.segment.local.startree.v2.store.StarTreeIndexMapUtils.IndexValue
-
- All Implemented Interfaces:
Comparable<StarTreeIndexMapUtils.IndexValue>
- Enclosing class:
- StarTreeIndexMapUtils
public static class StarTreeIndexMapUtils.IndexValue extends Object implements Comparable<StarTreeIndexMapUtils.IndexValue>
Value of the index map.
-
-
Constructor Summary
Constructors Constructor Description IndexValue()IndexValue(long offset, long size)
-
-
-
Method Detail
-
compareTo
public int compareTo(@Nonnull StarTreeIndexMapUtils.IndexValue o)- Specified by:
compareToin interfaceComparable<StarTreeIndexMapUtils.IndexValue>
-
-