Class TableOperatorWrapper.Edge
java.lang.Object
org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper.Edge
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TableOperatorWrapper<OP extends org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>>
The edge connecting two
TableOperatorWrappers.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEdge(TableOperatorWrapper<?> source, TableOperatorWrapper<?> target, int inputId) -
Method Summary