Uses of Class
org.apache.flink.table.api.OverWindowPartitionedOrdered
-
Packages that use OverWindowPartitionedOrdered Package Description org.apache.flink.table.api -
-
Uses of OverWindowPartitionedOrdered in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return OverWindowPartitionedOrdered Modifier and Type Method Description static OverWindowPartitionedOrdered
Over. orderBy(org.apache.flink.table.expressions.Expression orderBy)
Specifies the time attribute on which rows are ordered.OverWindowPartitionedOrdered
OverWindowPartitioned. orderBy(org.apache.flink.table.expressions.Expression orderBy)
Specifies the time attribute on which rows are ordered.
-