Specifies how values are grouped, ordered, and considered while computing the LAG or LEAD function.
Values are grouped by the optional PARTITION BY clause and the optional RESET WHEN clause. Values are sorted according to the ORDER BY clause in a given partition of rows.