Uses of Class
org.apache.pinot.segment.spi.AggregationFunctionType
-
Packages that use AggregationFunctionType Package Description org.apache.pinot.segment.spi org.apache.pinot.segment.spi.index.startree -
-
Uses of AggregationFunctionType in org.apache.pinot.segment.spi
Methods in org.apache.pinot.segment.spi that return AggregationFunctionType Modifier and Type Method Description static AggregationFunctionTypeAggregationFunctionType. getAggregationFunctionType(String functionName)Returns the corresponding aggregation function type for the given function name.static AggregationFunctionTypeAggregationFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationFunctionType[]AggregationFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregationFunctionType in org.apache.pinot.segment.spi.index.startree
Methods in org.apache.pinot.segment.spi.index.startree that return AggregationFunctionType Modifier and Type Method Description AggregationFunctionTypeAggregationFunctionColumnPair. getFunctionType()Methods in org.apache.pinot.segment.spi.index.startree with parameters of type AggregationFunctionType Modifier and Type Method Description static StringAggregationFunctionColumnPair. toColumnName(AggregationFunctionType functionType, String column)Constructors in org.apache.pinot.segment.spi.index.startree with parameters of type AggregationFunctionType Constructor Description AggregationFunctionColumnPair(AggregationFunctionType functionType, String column)
-