Class UnboundedOverWindowFrame

java.lang.Object
org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
All Implemented Interfaces:
Serializable, OverWindowFrame

public class UnboundedOverWindowFrame extends Object implements OverWindowFrame
The unbounded window frame calculates frames with the following SQL forms: ... (No Frame Definition) ... BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING
See Also: