DB
FunctionsWindow

lead_in_frame

Like lead, 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.

lead_in_frame(…) → Dynamic

Kind · window

Like lead, 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.