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