Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Timestamp, Interval -> Timestamp
Truncate and align arbitrary microsecond-precision timestamps into fixed-width temporal buckets to perform group-by aggregations.
Problem it solves
Grouping time-series data into arbitrary intervals (e.g., 5-minute or 1-hour windows) is complex and inefficient with native relational SQL tools.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.