@PublicEvolving public class TableConfigOptions extends Object
ConfigOption
s used by table planner.
NOTE: All option keys in this class must start with "table".
Modifier and Type | Class and Description |
---|---|
static class |
TableConfigOptions.CatalogPlanCompilation
Strategy to compile
Catalog objects into a plan. |
static class |
TableConfigOptions.CatalogPlanRestore
Strategy to restore
Catalog objects using the plan and lookups if necessary. |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<String> |
LOCAL_TIME_ZONE |
static ConfigOption<Integer> |
MAX_LENGTH_GENERATED_CODE |
static ConfigOption<Integer> |
MAX_MEMBERS_GENERATED_CODE |
static ConfigOption<TableConfigOptions.CatalogPlanCompilation> |
PLAN_COMPILE_CATALOG_OBJECTS |
static ConfigOption<Boolean> |
PLAN_FORCE_RECOMPILE |
static ConfigOption<TableConfigOptions.CatalogPlanRestore> |
PLAN_RESTORE_CATALOG_OBJECTS |
static ConfigOption<String> |
RESOURCES_DOWNLOAD_DIR |
static ConfigOption<String> |
TABLE_CATALOG_NAME |
static ConfigOption<String> |
TABLE_DATABASE_NAME |
static ConfigOption<Boolean> |
TABLE_DML_SYNC |
static ConfigOption<Boolean> |
TABLE_DYNAMIC_TABLE_OPTIONS_ENABLED |
static ConfigOption<String> |
TABLE_SQL_DIALECT |
public static final ConfigOption<String> TABLE_CATALOG_NAME
public static final ConfigOption<String> TABLE_DATABASE_NAME
public static final ConfigOption<Boolean> TABLE_DML_SYNC
public static final ConfigOption<Boolean> TABLE_DYNAMIC_TABLE_OPTIONS_ENABLED
public static final ConfigOption<String> TABLE_SQL_DIALECT
public static final ConfigOption<String> LOCAL_TIME_ZONE
public static final ConfigOption<TableConfigOptions.CatalogPlanCompilation> PLAN_COMPILE_CATALOG_OBJECTS
public static final ConfigOption<TableConfigOptions.CatalogPlanRestore> PLAN_RESTORE_CATALOG_OBJECTS
public static final ConfigOption<Boolean> PLAN_FORCE_RECOMPILE
public static final ConfigOption<Integer> MAX_LENGTH_GENERATED_CODE
public static final ConfigOption<Integer> MAX_MEMBERS_GENERATED_CODE
public static final ConfigOption<String> RESOURCES_DOWNLOAD_DIR
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.