Module frame

Module frame 

Source
Expand description

Different frame clause specifications for window functions

Structsยง

CurrentRow
A CURRENT ROW frame bound
ExcludeCurrentRow
Exclude the current row from the window frame
ExcludeGroup
Exclude the current peer group from the window frame
ExcludeNoOthers
Exclude no rows from the frame windows
ExcludeTies
Exclude any peers, but not the current row from the window frame
Groups
Groups frame mode
Range
Range frame mode
Rows
Rows frame mode
UnboundedFollowing
A UNBOUNDED FOLLOWING frame bound
UnboundedPreceding
A UNBOUNDED PRECEDING frame bound