func.row_number
This function is used to provide consecutive numbering of the rows in the result by the order selected in the OVER clause for each partition
Syntax
func.row_number().over(partition_by=field, order_by=field)
Examples
Documentation for func.row_number is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)