public class RowUnboundedFollowingOverFrame extends UnboundedFollowingOverFrame
e.g.: ... ROW BETWEEN 1 PRECEDING AND UNBOUNDED FOLLOWING.
| 构造器和说明 |
|---|
RowUnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction,
long leftBound) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.table.data.RowData |
process(int index,
org.apache.flink.table.data.RowData current)
return the ACC of the window frame.
|
open, prepareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNullpublic RowUnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction,
long leftBound)
public org.apache.flink.table.data.RowData process(int index,
org.apache.flink.table.data.RowData current)
throws Exception
OverWindowFrameExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.