Class UnboundedPrecedingOverFrame
java.lang.Object
org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
- All Implemented Interfaces:
Serializable,OverWindowFrame
- Direct Known Subclasses:
RangeUnboundedPrecedingOverFrame,RowUnboundedPrecedingOverFrame
The UnboundedPreceding window frame. See
RowUnboundedPrecedingOverFrame and RangeUnboundedPrecedingOverFrame.- See Also:
-
Constructor Summary
Constructors -
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
-
UnboundedPrecedingOverFrame
-
-
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
-