Analytic Functions

This article describes the analytic functions in Exasol.

Analytic functions perform computations on a window of rows defined by the over_clause. In contrast to GROUP BY, they compute the result for each row of the result set.