| Interface | Description |
|---|---|
| OffsetOverFrame.CalcOffsetFunc |
Calc offset from base row.
|
| OverWindowFrame |
A window frame calculates the results for those records belong to a window frame.
|
| Class | Description |
|---|---|
| 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.
|
| OffsetOverFrame |
The offset window frame calculates frames containing LEAD/LAG statements.
|
| RangeSlidingOverFrame |
The range sliding window frame calculates frames with the following SQL form: ...
|
| RangeUnboundedFollowingOverFrame |
The range unboundedFollowing window frame calculates frames with the following SQL form: ...
|
| RangeUnboundedPrecedingOverFrame |
The range UnboundPreceding window frame calculates frames with the following SQL form: ...
|
| RowSlidingOverFrame |
The row sliding window frame calculates frames with the following SQL form: ...
|
| RowUnboundedFollowingOverFrame |
The row unboundedFollowing window frame calculates frames with the following SQL form: ...
|
| RowUnboundedPrecedingOverFrame |
The row UnboundPreceding window frame calculates frames with the following SQL form: ...
|
| SlidingOverFrame |
The sliding window frame.
|
| UnboundedFollowingOverFrame |
The UnboundedFollowing window frame.
|
| UnboundedOverWindowFrame |
The unbounded window frame calculates frames with the following SQL forms: ...
|
| UnboundedPrecedingOverFrame |
The UnboundedPreceding window frame.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.