Package io.trino.operator.aggregation
Class MaxNAggregationFunction
- java.lang.Object
-
- io.trino.metadata.SqlAggregationFunction
-
- io.trino.operator.aggregation.AbstractMinMaxNAggregationFunction
-
- io.trino.operator.aggregation.MaxNAggregationFunction
-
- All Implemented Interfaces:
SqlFunction
public class MaxNAggregationFunction extends AbstractMinMaxNAggregationFunction
-
-
Constructor Summary
Constructors Constructor Description MaxNAggregationFunction(BlockTypeOperators blockTypeOperators)
-
Method Summary
-
Methods inherited from class io.trino.operator.aggregation.AbstractMinMaxNAggregationFunction
combine, generateAggregation, getFunctionDependencies, input, output, specialize
-
Methods inherited from class io.trino.metadata.SqlAggregationFunction
createFunctionsByAnnotations, getAggregationMetadata, getFunctionMetadata, specialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies
-
-
-
-
Constructor Detail
-
MaxNAggregationFunction
public MaxNAggregationFunction(BlockTypeOperators blockTypeOperators)
-
-