Skip to main content

Module window

Module window 

Source

Structs§

IntervalSampleScope
Scope for positive interval samples that may be clipped to a user time window before aggregation.

Functions§

bucket_clipped_duration_expr
Duration clipped to a bucket interval.
clipped_duration_expr
Clipped duration expression for a t-style start/end interval.
overlap_filter
alias.start < window_end AND alias."end" > window_start.
overlap_filter_expr
Overlap predicate for callers that already projected start/end expressions into an outer CTE.
point_filter
Half-open point-sample predicate: expr >= window_start AND expr < window_end.
positive_interval_sample_scope
Positive interval sample scope.