This topic describes MySQL HeatWave window function support. For optimal performance, window functions in MySQL HeatWave utilize a massively parallel, partitioning-based algorithm. For general information about window functions, see Window Functions, in the MySQL Reference Manual.
MySQL HeatWave window function support includes support for:
WINDOWandOVERclauses in conjunction withPARTITION BY,ORDER BY, andWINDOWframe specifications.Nonaggregate window functions supported by MySQL Server, as described in Window Function Descriptions.
-
The following aggregate functions used as window functions:
-
Learn how to perform the following tasks: