Class TableConfigOptions
java.lang.Object
org.apache.flink.table.api.config.TableConfigOptions
This class holds
ConfigOptions used by table planner.
NOTE: All option keys in this class must start with "table".
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigOption<Integer>static final ConfigOption<Boolean>static final ConfigOption<String>static final ConfigOption<Integer>static final ConfigOption<Integer>static final ConfigOption<TableConfigOptions.CatalogPlanCompilation>static final ConfigOption<Boolean>static final ConfigOption<TableConfigOptions.CatalogPlanRestore>static final ConfigOption<String>static final ConfigOption<List<String>>static final ConfigOption<String>static final ConfigOption<List<TableConfigOptions.ColumnExpansionStrategy>>static final ConfigOption<String>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<String> -
Method Summary
-
Field Details
-
TABLE_CATALOG_NAME
-
TABLE_DATABASE_NAME
-
TABLE_CATALOG_MODIFICATION_LISTENERS
-
TABLE_DML_SYNC
-
TABLE_DYNAMIC_TABLE_OPTIONS_ENABLED
-
TABLE_SQL_DIALECT
-
LOCAL_TIME_ZONE
-
DISPLAY_MAX_COLUMN_WIDTH
-
RESOURCES_DOWNLOAD_DIR
-
TABLE_RTAS_CTAS_ATOMICITY_ENABLED
-
TABLE_COLUMN_EXPANSION_STRATEGY
public static final ConfigOption<List<TableConfigOptions.ColumnExpansionStrategy>> TABLE_COLUMN_EXPANSION_STRATEGY -
LEGACY_NESTED_ROW_NULLABILITY
-
PLAN_COMPILE_CATALOG_OBJECTS
public static final ConfigOption<TableConfigOptions.CatalogPlanCompilation> PLAN_COMPILE_CATALOG_OBJECTS -
PLAN_RESTORE_CATALOG_OBJECTS
public static final ConfigOption<TableConfigOptions.CatalogPlanRestore> PLAN_RESTORE_CATALOG_OBJECTS -
PLAN_FORCE_RECOMPILE
-
MAX_LENGTH_GENERATED_CODE
-
MAX_MEMBERS_GENERATED_CODE
-