Skip to main content

conditional_change_event

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
๐Ÿ”— Official Documentation

conditional_true_event

Returns the event window number of this row in the window based on the result of the boolean argument expression Supported Signatures
๐Ÿ”— Official Documentation

cume_dist

Returns the cumulative distribution of a row in the window Supported Signatures
๐Ÿ”— Official Documentation

dense_rank

Returns the dense rank of a row in the window Supported Signatures
๐Ÿ”— Official Documentation

first_value

Returns the first value of a column Supported Signatures
๐Ÿ”— Official Documentation

lag

Returns the value of an expression at the specified offset row Supported Signatures
๐Ÿ”— Official Documentation

last_value

Returns the last value of a column Supported Signatures
๐Ÿ”— Official Documentation

lead

Returns the value of an expression at the specified offset row Supported Signatures
๐Ÿ”— Official Documentation

nth_value

Returns the first value of a column Supported Signatures
๐Ÿ”— Official Documentation

ntile

Number of groups (ntiles) per window Supported Signatures
๐Ÿ”— Official Documentation

percent_rank

Returns the percent rank of a row in the window Supported Signatures
๐Ÿ”— Official Documentation

rank

Returns the rank of a row in the window Supported Signatures
๐Ÿ”— Official Documentation

ratio_to_report

Returns a cumulative ratio_to_report of a column Supported Signatures
๐Ÿ”— Official Documentation

row_number

Returns the position of this row in the window Supported Signatures
๐Ÿ”— Official Documentation