| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.over | |
| org.apache.flink.table.runtime.operators.over.frame |
| 构造器和说明 |
|---|
BufferDataOverWindowOperator(OverWindowFrame[] overWindowFrames,
GeneratedRecordComparator genComparator,
boolean isRowAllInFixedPart) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
InsensitiveOverFrame
The insensitive window frame calculates the statements which shouldn't care the window frame,
for example RANK/DENSE_RANK/PERCENT_RANK/CUME_DIST/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.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.