Aggregation Functions
| Function | Description |
|---|---|
| Count | Returns the number of non-null arguments. |
| Max | Returns the maximum value. |
| Min | Returns the minimum value. |
| Sum | Returns the sum of the non-null arguments. |
| Function | Description |
|---|---|
| Count | Returns the number of non-null arguments. |
| Max | Returns the maximum value. |
| Min | Returns the minimum value. |
| Sum | Returns the sum of the non-null arguments. |