Class StarTreeV2Constants.MetadataKey
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.startree.StarTreeV2Constants.MetadataKey
-
- Enclosing class:
- StarTreeV2Constants
public static class StarTreeV2Constants.MetadataKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDIMENSIONS_SPLIT_ORDERstatic StringFUNCTION_COLUMN_PAIRSstatic StringMAX_LEAF_RECORDSstatic StringSKIP_STAR_NODE_CREATION_FOR_DIMENSIONSstatic StringSTAR_TREE_COUNTstatic StringSTAR_TREE_PREFIXstatic StringSTAR_TREE_SUBSETstatic StringTOTAL_DOCS
-
Constructor Summary
Constructors Constructor Description MetadataKey()
-
-
-
Field Detail
-
STAR_TREE_SUBSET
public static final String STAR_TREE_SUBSET
- See Also:
- Constant Field Values
-
STAR_TREE_PREFIX
public static final String STAR_TREE_PREFIX
- See Also:
- Constant Field Values
-
STAR_TREE_COUNT
public static final String STAR_TREE_COUNT
- See Also:
- Constant Field Values
-
TOTAL_DOCS
public static final String TOTAL_DOCS
- See Also:
- Constant Field Values
-
DIMENSIONS_SPLIT_ORDER
public static final String DIMENSIONS_SPLIT_ORDER
- See Also:
- Constant Field Values
-
FUNCTION_COLUMN_PAIRS
public static final String FUNCTION_COLUMN_PAIRS
- See Also:
- Constant Field Values
-
MAX_LEAF_RECORDS
public static final String MAX_LEAF_RECORDS
- See Also:
- Constant Field Values
-
SKIP_STAR_NODE_CREATION_FOR_DIMENSIONS
public static final String SKIP_STAR_NODE_CREATION_FOR_DIMENSIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStarTreePrefix
public static String getStarTreePrefix(int index)
-
-