Aggregate Function

A function that computes a single result value from a collection of input values. Examples include AVG, COUNT, MAX, MIN and SUM. Aggregate functions are used with tumbling windows in s-Server, so that a query emits a single row for each aggregation window.

See the Aggregate Functions topic in the SQL Reference Guide for more information.