Rolling Agg
Row-based; Calculates a rolling aggregate based on a relative row window.
Pass in order_by columns and offsets to create a row-based look-back or look-forward windows.
Example use case: Aggregate the last 10 sales for a customer regardless of when they occurred.
Parameters
Example
Source Code
Last updated