Class AbstractMinMaxBy
java.lang.Object
io.trino.metadata.SqlAggregationFunction
io.trino.operator.aggregation.minmaxby.AbstractMinMaxBy
- All Implemented Interfaces:
SqlFunction
- Direct Known Subclasses:
MaxByAggregationFunction,MinByAggregationFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionspecialize(BoundSignature boundSignature, FunctionDependencies functionDependencies) Methods 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
-
Constructor Details
-
AbstractMinMaxBy
-
-
Method Details
-
getFunctionDependencies
-
specialize
public AggregationMetadata specialize(BoundSignature boundSignature, FunctionDependencies functionDependencies) - Overrides:
specializein classSqlAggregationFunction
-