Snowflake Functions
Window Functions
Returns the event window number of this row in the window based on whether the argument expression on the current row differs from that on the previous row Supported Signatures
Returns the event window number of this row in the window based on the result of the boolean argument expression Supported Signatures
Returns the cumulative distribution of a row in the window Supported Signatures
Returns the dense rank of a row in the window Supported Signatures
Returns the first value of a column Supported Signatures
Returns the value of an expression at the specified offset row Supported Signatures
Returns the last value of a column Supported Signatures
Returns the value of an expression at the specified offset row Supported Signatures
Returns the first value of a column Supported Signatures
Number of groups (ntiles) per window Supported Signatures
Returns the percent rank of a row in the window Supported Signatures
Returns the rank of a row in the window Supported Signatures
Returns a cumulative ratio_to_report of a column Supported Signatures
Returns the position of this row in the window Supported Signatures
โI