Class InputSelectionSpec
java.lang.Object
org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
- All Implemented Interfaces:
Serializable
Describe the inputId and read order of MultipleInput operator.
- See Also:
-
Constructor Details
-
InputSelectionSpec
public InputSelectionSpec(int multipleInputId, int readOrder)
-
-
Method Details