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