| Package | Description |
|---|---|
| org.apache.flink.table.planner.plan.utils | |
| org.apache.flink.table.planner.utils |
| Modifier and Type | Method and Description |
|---|---|
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TableConfigUtils.isOperatorDisabled(org.apache.flink.table.api.TableConfig tableConfig,
OperatorType operatorType)
Returns whether the given operator type is disabled.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.