public class RangeUnboundedPrecedingOverFrame extends UnboundedPrecedingOverFrame
e.g.: ... RANGE BETWEEN UNBOUNDED PRECEDING AND 1 FOLLOWING.
| 构造器和说明 |
|---|
RangeUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction,
GeneratedRecordComparator boundComparator) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
open(ExecutionContext ctx)
Open to init with
ExecutionContext. |
org.apache.flink.table.data.RowData |
process(int index,
org.apache.flink.table.data.RowData current)
return the ACC of the window frame.
|
prepareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNullpublic RangeUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction aggsHandleFunction, GeneratedRecordComparator boundComparator)
public void open(ExecutionContext ctx) throws Exception
OverWindowFrameExecutionContext.open 在接口中 OverWindowFrameopen 在类中 UnboundedPrecedingOverFrameExceptionpublic 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.