class |
InsensitiveOverFrame |
The insensitive window frame calculates the statements which shouldn't care the window frame, for
example RANK/DENSE_RANK/PERCENT_RANK/NTILE/ROW_NUMBER.
|
class |
OffsetOverFrame |
The offset window frame calculates frames containing LEAD/LAG statements.
|
class |
RangeSlidingOverFrame |
The range sliding window frame calculates frames with the following SQL form: ...
|
class |
RangeUnboundedFollowingOverFrame |
The range unboundedFollowing window frame calculates frames with the following SQL form: ...
|
class |
RangeUnboundedPrecedingOverFrame |
The range UnboundPreceding window frame calculates frames with the following SQL form: ...
|
class |
RowSlidingOverFrame |
The row sliding window frame calculates frames with the following SQL form: ...
|
class |
RowUnboundedFollowingOverFrame |
The row unboundedFollowing window frame calculates frames with the following SQL form: ...
|
class |
RowUnboundedPrecedingOverFrame |
The row UnboundPreceding window frame calculates frames with the following SQL form: ...
|
class |
SlidingOverFrame |
The sliding window frame.
|
class |
UnboundedFollowingOverFrame |
The UnboundedFollowing window frame.
|
class |
UnboundedOverWindowFrame |
The unbounded window frame calculates frames with the following SQL forms: ...
|
class |
UnboundedPrecedingOverFrame |
The UnboundedPreceding window frame.
|