Uses of Class
org.apache.flink.table.api.OverWindowRange
-
Packages that use OverWindowRange Package Description org.apache.flink.table.api -
-
Uses of OverWindowRange in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return OverWindowRange Modifier and Type Method Description static OverWindowRange
OverWindowRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static OverWindowRange[]
OverWindowRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-