Class SqlAggregationFunction

java.lang.Object
io.trino.metadata.SqlAggregationFunction
All Implemented Interfaces:
SqlFunction
Direct Known Subclasses:
AbstractMinMaxAggregationFunction, AbstractMinMaxBy, AbstractMinMaxByNAggregationFunction, AbstractMinMaxNAggregationFunction, ArbitraryAggregationFunction, ArrayAggregationFunction, ChecksumAggregationFunction, CountColumn, DecimalAverageAggregation, DecimalSumAggregation, Histogram, ListaggAggregationFunction, MapAggregationFunction, MapUnionAggregation, MergeQuantileDigestFunction, MultimapAggregationFunction, ParametricAggregation, QuantileDigestAggregationFunction, RealAverageAggregation, ReduceAggregationFunction

public abstract class SqlAggregationFunction extends Object implements SqlFunction