Class MinByNAggregationFunction
- java.lang.Object
-
- io.trino.metadata.SqlAggregationFunction
-
- io.trino.operator.aggregation.minmaxby.AbstractMinMaxByNAggregationFunction
-
- io.trino.operator.aggregation.minmaxby.MinByNAggregationFunction
-
- All Implemented Interfaces:
SqlFunction
public class MinByNAggregationFunction extends AbstractMinMaxByNAggregationFunction
-
-
Constructor Summary
Constructors Constructor Description MinByNAggregationFunction(BlockTypeOperators blockTypeOperators)
-
Method Summary
-
Methods inherited from class io.trino.operator.aggregation.minmaxby.AbstractMinMaxByNAggregationFunction
combine, generateAggregation, getIntermediateTypes, input, output, specialize
-
Methods inherited from class io.trino.metadata.SqlAggregationFunction
createFunctionByAnnotations, 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, getFunctionDependencies
-
-
-
-
Constructor Detail
-
MinByNAggregationFunction
public MinByNAggregationFunction(BlockTypeOperators blockTypeOperators)
-
-