Uses of Enum
org.apache.flink.table.planner.plan.utils.OperatorType
Packages that use OperatorType
Package
Description
-
Uses of OperatorType in org.apache.flink.table.planner.adaptive
Constructors in org.apache.flink.table.planner.adaptive with parameters of type OperatorTypeModifierConstructorDescriptionAdaptiveJoinOperatorGenerator(int[] leftKeys, int[] rightKeys, org.apache.flink.table.runtime.operators.join.FlinkJoinType joinType, boolean[] filterNulls, org.apache.flink.table.types.logical.RowType leftType, org.apache.flink.table.types.logical.RowType rightType, org.apache.flink.table.runtime.generated.GeneratedJoinCondition condFunc, int leftRowSize, int rightRowSize, long leftRowCount, long rightRowCount, boolean tryDistinctBuildRow, long managedMemory, boolean leftIsBuild, OperatorType originalJoin) -
Uses of OperatorType in org.apache.flink.table.planner.plan.nodes.exec.batch
Constructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type OperatorTypeModifierConstructorDescriptionBatchExecAdaptiveJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, int estimatedLeftAvgRowSize, int estimatedRightAvgRowSize, long estimatedLeftRowCount, long estimatedRightRowCount, boolean leftIsBuild, boolean tryDistinctBuildRow, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description, OperatorType originalJoin) -
Uses of OperatorType in org.apache.flink.table.planner.plan.utils
Methods in org.apache.flink.table.planner.plan.utils that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeReturns 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. -
Uses of OperatorType in org.apache.flink.table.planner.utils
Methods in org.apache.flink.table.planner.utils with parameters of type OperatorTypeModifier and TypeMethodDescriptionstatic booleanTableConfigUtils.isOperatorDisabled(org.apache.flink.table.api.TableConfig tableConfig, OperatorType operatorType) Returns whether the given operator type is disabled.