Uses of Class
org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
-
Packages that use UnboundedPrecedingOverFrame Package Description org.apache.flink.table.runtime.operators.over.frame -
-
Uses of UnboundedPrecedingOverFrame in org.apache.flink.table.runtime.operators.over.frame
Subclasses of UnboundedPrecedingOverFrame in org.apache.flink.table.runtime.operators.over.frame Modifier and Type Class Description classRangeUnboundedPrecedingOverFrameThe range UnboundPreceding window frame calculates frames with the following SQL form: ...classRowUnboundedPrecedingOverFrameThe row UnboundPreceding window frame calculates frames with the following SQL form: ...
-