FunctionsWindow
lag_in_frame
Like lag, but the offset is constrained to the current window frame rather than the whole partition. Returns NULL (or the provided default) when the referenced row is outside the frame.
lag_in_frame(…) → DynamicKind · window
Like lag, but the offset is constrained to the current window frame rather than the whole partition. Returns NULL (or the provided default) when the referenced row is outside the frame.
Part of the Window family.