Package io.trino.operator.aggregation
Class MaxAggregationFunction
java.lang.Object
io.trino.metadata.SqlAggregationFunction
io.trino.operator.aggregation.AbstractMinMaxAggregationFunction
io.trino.operator.aggregation.MaxAggregationFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.trino.operator.aggregation.AbstractMinMaxAggregationFunction
combine, combine, combine, combine, getFunctionDependencies, input, input, input, input, specializeMethods inherited from class io.trino.metadata.SqlAggregationFunction
createFunctionsByAnnotations, getAggregationMetadata, getFunctionMetadata, specializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies
-
Field Details
-
MAX_AGGREGATION
-
-
Constructor Details
-
MaxAggregationFunction
public MaxAggregationFunction()
-