Class StarTreeIndexMapUtils.IndexKey
- java.lang.Object
-
- org.apache.pinot.segment.local.startree.v2.store.StarTreeIndexMapUtils.IndexKey
-
- All Implemented Interfaces:
Comparable<StarTreeIndexMapUtils.IndexKey>
- Enclosing class:
- StarTreeIndexMapUtils
public static class StarTreeIndexMapUtils.IndexKey extends Object implements Comparable<StarTreeIndexMapUtils.IndexKey>
Key of the index map.
-
-
Field Summary
Fields Modifier and Type Field Description String_columnStarTreeIndexMapUtils.IndexType_indexType
-
Constructor Summary
Constructors Constructor Description IndexKey(StarTreeIndexMapUtils.IndexType indexType, String column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StarTreeIndexMapUtils.IndexKey other)booleanequals(Object obj)StringgetPropertyName(int starTreeId, String suffix)Returns the property name for the index.inthashCode()
-
-
-
Field Detail
-
_indexType
public final StarTreeIndexMapUtils.IndexType _indexType
-
_column
public final String _column
-
-
Constructor Detail
-
IndexKey
public IndexKey(StarTreeIndexMapUtils.IndexType indexType, @Nullable String column)
-
-
Method Detail
-
getPropertyName
public String getPropertyName(int starTreeId, String suffix)
Returns the property name for the index.
-
compareTo
public int compareTo(StarTreeIndexMapUtils.IndexKey other)
- Specified by:
compareToin interfaceComparable<StarTreeIndexMapUtils.IndexKey>
-
-