Class MinByAggregationFunction
java.lang.Object
io.trino.metadata.SqlAggregationFunction
io.trino.operator.aggregation.minmaxby.AbstractMinMaxBy
io.trino.operator.aggregation.minmaxby.MinByAggregationFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.trino.operator.aggregation.minmaxby.AbstractMinMaxBy
getFunctionDependencies, 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
-
MIN_BY
-
-
Constructor Details
-
MinByAggregationFunction
public MinByAggregationFunction()
-