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