Uses of Class
org.apache.pinot.segment.spi.index.startree.AggregationFunctionColumnPair
-
Packages that use AggregationFunctionColumnPair Package Description org.apache.pinot.segment.spi.index.startree -
-
Uses of AggregationFunctionColumnPair in org.apache.pinot.segment.spi.index.startree
Fields in org.apache.pinot.segment.spi.index.startree declared as AggregationFunctionColumnPair Modifier and Type Field Description static AggregationFunctionColumnPairAggregationFunctionColumnPair. COUNT_STARMethods in org.apache.pinot.segment.spi.index.startree that return AggregationFunctionColumnPair Modifier and Type Method Description static AggregationFunctionColumnPairAggregationFunctionColumnPair. fromColumnName(String columnName)Methods in org.apache.pinot.segment.spi.index.startree that return types with arguments of type AggregationFunctionColumnPair Modifier and Type Method Description Set<AggregationFunctionColumnPair>StarTreeV2Metadata. getFunctionColumnPairs()Methods in org.apache.pinot.segment.spi.index.startree with parameters of type AggregationFunctionColumnPair Modifier and Type Method Description booleanStarTreeV2Metadata. containsFunctionColumnPair(AggregationFunctionColumnPair functionColumnPair)
-