AggregationFunction |
Function.getAggregationFunction() |
AggregationFunction |
AggregationFunction.setApproxCountDistinct(ApproxCountDistinctFunction approxCountDistinct) |
AggregationFunction |
AggregationFunction.setApproxPercentile(ApproxPercentileFunction approxPercentile) |
AggregationFunction |
AggregationFunction.setAvg(AvgFunction avg) |
AggregationFunction |
AggregationFunction.setCountFunction(CountFunction countFunction) |
AggregationFunction |
AggregationFunction.setFirst(FirstFunction first) |
AggregationFunction |
AggregationFunction.setLast(LastFunction last) |
AggregationFunction |
AggregationFunction.setMax(MaxFunction max) |
AggregationFunction |
AggregationFunction.setMin(MinFunction min) |
AggregationFunction |
AggregationFunction.setStddevPop(StddevPopFunction stddevPop) |
AggregationFunction |
AggregationFunction.setStddevSamp(StddevSampFunction stddevSamp) |
AggregationFunction |
AggregationFunction.setSum(SumFunction sum) |
AggregationFunction |
AggregationFunction.setTimeWindow(TimeWindow timeWindow) |
AggregationFunction |
AggregationFunction.setVarPop(VarPopFunction varPop) |
AggregationFunction |
AggregationFunction.setVarSamp(VarSampFunction varSamp) |