| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Field and Description |
|---|---|
static PlannerConfig |
PlannerConfig.EMPTY_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
default <T extends PlannerConfig> |
PlannerConfig.unwrap(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
PlannerConfig |
TableConfig.getPlannerConfig()
Returns the current configuration of Planner for Table API and SQL queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfig.setPlannerConfig(PlannerConfig plannerConfig)
Sets the configuration of Planner for Table API and SQL queries.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.