AggregationFunctions
Table of Contents
Classes
- AverageFunction
- Represents the AVG() function
- CountFunction
- Represents the COUNT() function
- FirstValue
- Represents the FIRST_VALUE function
- GroupConcatFunction
- Represents the GROUP_CONCAT() function (or ARRAY_AGG())
- LastValue
- Represents the LAST_VALUE function
- MaximumFunction
- Represents the MAXIMUM() function
- MinimumFunction
- Represents the MINIMUM() function
- SumFunction
- Represents the SUM() function