Package | Description |
---|---|
org.apache.flink.table.runtime.operators.multipleinput | |
org.apache.flink.table.runtime.operators.multipleinput.input |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,InputSpec> |
MultipleInputStreamOperatorBase.inputSpecMap |
Modifier and Type | Method and Description |
---|---|
List<org.apache.commons.lang3.tuple.Pair<Transformation<?>,InputSpec>> |
TableOperatorWrapperGenerator.getInputTransformAndInputSpecPairs() |
Constructor and Description |
---|
BatchMultipleInputStreamOperator(StreamOperatorParameters<RowData> parameters,
List<InputSpec> inputSpecs,
List<TableOperatorWrapper<?>> headWrapper,
TableOperatorWrapper<?> tailWrapper) |
BatchMultipleInputStreamOperatorFactory(List<InputSpec> inputSpecs,
List<TableOperatorWrapper<?>> headWrappers,
TableOperatorWrapper<?> tailWrapper) |
MultipleInputStreamOperatorBase(StreamOperatorParameters<RowData> parameters,
List<InputSpec> inputSpecs,
List<TableOperatorWrapper<?>> headWrappers,
TableOperatorWrapper<?> tailWrapper) |
Modifier and Type | Method and Description |
---|---|
static InputSelectionHandler |
InputSelectionHandler.fromInputSpecs(List<InputSpec> inputSpecs) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.