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