Class AggregationFuncFactory
- java.lang.Object
-
- org.apache.pinot.tools.scan.query.AggregationFuncFactory
-
public class AggregationFuncFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregationFuncgetAggregationFunc(ResultTable rows, String column, String functionName)
-
-
-
Method Detail
-
getAggregationFunc
public static AggregationFunc getAggregationFunc(ResultTable rows, String column, String functionName)
-
-