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