| Interface | Description |
|---|---|
| AggregateFunc |
Base class of the Aggregate Functions.
|
| Class | Description |
|---|---|
| Aggregation |
Aggregation in SQL statement.
|
| Count |
An aggregate function that returns the number of the specific row in a group.
|
| CountStar |
An aggregate function that returns the number of rows in a group.
|
| Max |
An aggregate function that returns the maximum value in a group.
|
| Min |
An aggregate function that returns the minimum value in a group.
|
| Sum |
An aggregate function that returns the summation of all the values in a group.
|