public class TableConfigUtils extends Object
TableConfig related helper functions.| Modifier and Type | Method and Description |
|---|---|
static AggregatePhaseStrategy |
getAggPhaseStrategy(org.apache.flink.table.api.TableConfig tableConfig)
Returns the aggregate phase strategy configuration.
|
static org.apache.flink.table.planner.calcite.CalciteConfig |
getCalciteConfig(org.apache.flink.table.api.TableConfig tableConfig)
Returns
CalciteConfig wraps in the given TableConfig. |
static boolean |
isOperatorDisabled(org.apache.flink.table.api.TableConfig tableConfig,
OperatorType operatorType)
Returns whether the given operator type is disabled.
|
public static boolean isOperatorDisabled(org.apache.flink.table.api.TableConfig tableConfig,
OperatorType operatorType)
tableConfig - TableConfig objectoperatorType - operator type to checkpublic static AggregatePhaseStrategy getAggPhaseStrategy(org.apache.flink.table.api.TableConfig tableConfig)
tableConfig - TableConfig objectpublic static org.apache.flink.table.planner.calcite.CalciteConfig getCalciteConfig(org.apache.flink.table.api.TableConfig tableConfig)
CalciteConfig wraps in the given TableConfig.tableConfig - TableConfig objectCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.