Class StarTreeV2Metadata
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.startree.StarTreeV2Metadata
-
public class StarTreeV2Metadata extends Object
TheStarTreeV2Metadatacontains the metadata for a single star-tree.
-
-
Constructor Summary
Constructors Constructor Description StarTreeV2Metadata(org.apache.commons.configuration.Configuration metadataProperties)
-
Method Summary
Modifier and Type Method Description booleancontainsFunctionColumnPair(AggregationFunctionColumnPair functionColumnPair)List<String>getDimensionsSplitOrder()Set<AggregationFunctionColumnPair>getFunctionColumnPairs()intgetMaxLeafRecords()intgetNumDocs()Set<String>getSkipStarNodeCreationForDimensions()
-
-
-
Method Detail
-
getNumDocs
public int getNumDocs()
-
getFunctionColumnPairs
public Set<AggregationFunctionColumnPair> getFunctionColumnPairs()
-
containsFunctionColumnPair
public boolean containsFunctionColumnPair(AggregationFunctionColumnPair functionColumnPair)
-
getMaxLeafRecords
public int getMaxLeafRecords()
-
-