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