Interface BatchExecNode<T>
- All Superinterfaces:
ExecNode<T>,ExecNodeTranslator<T>,FusionCodegenExecNode
- All Known Subinterfaces:
InputSortedExecNode<T>
- All Known Implementing Classes:
BatchExecAdaptiveJoin,BatchExecBoundedStreamScan,BatchExecCalc,BatchExecCorrelate,BatchExecDynamicFilteringDataCollector,BatchExecExchange,BatchExecExecutionOrderEnforcer,BatchExecExpand,BatchExecGlobalRuntimeFilterBuilder,BatchExecHashAggregate,BatchExecHashJoin,BatchExecHashWindowAggregate,BatchExecInputAdapter,BatchExecLegacySink,BatchExecLegacyTableSourceScan,BatchExecLimit,BatchExecLocalRuntimeFilterBuilder,BatchExecLookupJoin,BatchExecMatch,BatchExecMultipleInput,BatchExecNestedLoopJoin,BatchExecOverAggregate,BatchExecOverAggregateBase,BatchExecPythonCalc,BatchExecPythonCorrelate,BatchExecPythonGroupAggregate,BatchExecPythonGroupWindowAggregate,BatchExecPythonOverAggregate,BatchExecRank,BatchExecRuntimeFilter,BatchExecScriptTransform,BatchExecSink,BatchExecSort,BatchExecSortAggregate,BatchExecSortLimit,BatchExecSortMergeJoin,BatchExecSortWindowAggregate,BatchExecTableSourceScan,BatchExecUnion,BatchExecValues,BatchExecWindowTableFunction,CommonExecWindowTableFunction,StreamExecWindowTableFunction
Base class for batch
ExecNode.-
Field Summary
Fields inherited from interface org.apache.flink.table.planner.plan.nodes.exec.ExecNode
FIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_STATE, FIELD_NAME_TYPE -
Method Summary
Methods inherited from interface org.apache.flink.table.planner.plan.nodes.exec.ExecNode
accept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdgesMethods inherited from interface org.apache.flink.table.planner.plan.nodes.exec.ExecNodeTranslator
translateToPlanMethods inherited from interface org.apache.flink.table.planner.plan.nodes.exec.FusionCodegenExecNode
supportFusionCodegen, translateToFusionCodegenSpec