Class BatchExecPythonCorrelate

java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.ExecNodeBase<org.apache.flink.table.data.RowData>
org.apache.flink.table.planner.plan.nodes.exec.common.CommonExecPythonCorrelate
org.apache.flink.table.planner.plan.nodes.exec.batch.BatchExecPythonCorrelate
All Implemented Interfaces:
BatchExecNode<org.apache.flink.table.data.RowData>, ExecNode<org.apache.flink.table.data.RowData>, ExecNodeTranslator<org.apache.flink.table.data.RowData>, FusionCodegenExecNode, SingleTransformationTranslator<org.apache.flink.table.data.RowData>

public class BatchExecPythonCorrelate extends CommonExecPythonCorrelate implements BatchExecNode<org.apache.flink.table.data.RowData>
Batch exec node which matches along with join a Python user defined table function.
  • Constructor Details

    • BatchExecPythonCorrelate

      public BatchExecPythonCorrelate(org.apache.flink.configuration.ReadableConfig tableConfig, org.apache.flink.table.runtime.operators.join.FlinkJoinType joinType, org.apache.calcite.rex.RexCall invocation, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)