Class UnboundedFollowingOverFrame
java.lang.Object
org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
- All Implemented Interfaces:
Serializable,OverWindowFrame
- Direct Known Subclasses:
RangeUnboundedFollowingOverFrame,RowUnboundedFollowingOverFrame
The UnboundedFollowing window frame. See
RowUnboundedFollowingOverFrame and RangeUnboundedFollowingOverFrame.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType, GeneratedAggsHandleFunction aggsHandleFunction) -
Method Summary
Modifier and TypeMethodDescriptionvoidopen(ExecutionContext ctx) Open to init withExecutionContext.voidPrepare for next partition.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
process
-
Constructor Details
-
UnboundedFollowingOverFrame
public UnboundedFollowingOverFrame(org.apache.flink.table.types.logical.RowType valueType, GeneratedAggsHandleFunction aggsHandleFunction)
-
-
Method Details
-
open
Description copied from interface:OverWindowFrameOpen to init withExecutionContext.- Specified by:
openin interfaceOverWindowFrame- Throws:
Exception
-
prepare
Description copied from interface:OverWindowFramePrepare for next partition.- Specified by:
preparein interfaceOverWindowFrame- Throws:
Exception
-