Uses of Class
org.apache.pinot.segment.local.startree.v2.store.StarTreeIndexMapUtils.IndexType
-
Packages that use StarTreeIndexMapUtils.IndexType Package Description org.apache.pinot.segment.local.startree.v2.store -
-
Uses of StarTreeIndexMapUtils.IndexType in org.apache.pinot.segment.local.startree.v2.store
Fields in org.apache.pinot.segment.local.startree.v2.store declared as StarTreeIndexMapUtils.IndexType Modifier and Type Field Description StarTreeIndexMapUtils.IndexTypeStarTreeIndexMapUtils.IndexKey. _indexTypeMethods in org.apache.pinot.segment.local.startree.v2.store that return StarTreeIndexMapUtils.IndexType Modifier and Type Method Description static StarTreeIndexMapUtils.IndexTypeStarTreeIndexMapUtils.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static StarTreeIndexMapUtils.IndexType[]StarTreeIndexMapUtils.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.segment.local.startree.v2.store with parameters of type StarTreeIndexMapUtils.IndexType Constructor Description IndexKey(StarTreeIndexMapUtils.IndexType indexType, String column)
-