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