Uses of Enum
org.apache.flink.table.planner.plan.nodes.exec.batch.BatchExecOverAggregateBase.OverWindowMode
Packages that use BatchExecOverAggregateBase.OverWindowMode
-
Uses of BatchExecOverAggregateBase.OverWindowMode in org.apache.flink.table.planner.plan.nodes.exec.batch
Methods in org.apache.flink.table.planner.plan.nodes.exec.batch that return BatchExecOverAggregateBase.OverWindowModeModifier and TypeMethodDescriptionBatchExecOverAggregateBase.inferGroupMode(OverSpec.GroupSpec group) Infer the over window mode based on given group info.Returns the enum constant of this type with the specified name.BatchExecOverAggregateBase.OverWindowMode.values()Returns an array containing the constants of this enum type, in the order they are declared.