Uses of Class
org.teiid.query.function.aggregate.SingleArgumentAggregateFunction
-
Packages that use SingleArgumentAggregateFunction Package Description org.teiid.query.function.aggregate -
-
Uses of SingleArgumentAggregateFunction in org.teiid.query.function.aggregate
Subclasses of SingleArgumentAggregateFunction in org.teiid.query.function.aggregate Modifier and Type Class Description class
ArrayAgg
class
Avg
Accumulates (per tuple) and calculates the average of the values of a column.class
ConstantFunction
class
FirstLastValue
Just a simple First/Last_value() implementationclass
JSONArrayAgg
Aggregates Json entriesclass
Max
class
Min
class
Ntile
Captures the row number and number of tiles for a given row post processing logic uses the row count over the window to calculate the final outputclass
StatsFunction
class
Sum
Accumulates (per tuple) and calculates the sum of the values of a column.class
TextAgg
Aggregates Text entriesclass
XMLAgg
Aggregates XML entries
-