Window functions in GoogleSQL

GoogleSQL for Spanner supports the following window functions.

Function list

Name Summary
IS_FIRST Returns true if this row is in the first k rows (1-based) within the window.
For more information, see Numbering functions.