public abstract class UnboundedFollowingOverFrame extends Object implements OverWindowFrame
RowUnboundedFollowingOverFrame and RangeUnboundedFollowingOverFrame.| Constructor and Description |
|---|
UnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(ExecutionContext ctx)
Open to init with
ExecutionContext. |
void |
prepare(ResettableExternalBuffer rows)
Prepare for next partition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextOrNull, processpublic UnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType,
GeneratedAggsHandleFunction aggsHandleFunction)
public void open(ExecutionContext ctx) throws Exception
OverWindowFrameExecutionContext.open in interface OverWindowFrameExceptionpublic void prepare(ResettableExternalBuffer rows) throws Exception
OverWindowFrameprepare in interface OverWindowFrameExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.