Uses of Class
org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
Packages that use InputSpec
Package
Description
-
Uses of InputSpec in org.apache.flink.table.runtime.operators.multipleinput
Fields in org.apache.flink.table.runtime.operators.multipleinput with type parameters of type InputSpecMethods in org.apache.flink.table.runtime.operators.multipleinput that return types with arguments of type InputSpecModifier and TypeMethodDescriptionTableOperatorWrapperGenerator.getInputTransformAndInputSpecPairs()Constructor parameters in org.apache.flink.table.runtime.operators.multipleinput with type arguments of type InputSpecModifierConstructorDescriptionBatchMultipleInputStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> parameters, List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrapper, TableOperatorWrapper<?> tailWrapper) BatchMultipleInputStreamOperatorFactory(List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrappers, TableOperatorWrapper<?> tailWrapper) MultipleInputStreamOperatorBase(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> parameters, List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrappers, TableOperatorWrapper<?> tailWrapper) -
Uses of InputSpec in org.apache.flink.table.runtime.operators.multipleinput.input
Method parameters in org.apache.flink.table.runtime.operators.multipleinput.input with type arguments of type InputSpecModifier and TypeMethodDescriptionstatic InputSelectionHandlerInputSelectionHandler.fromInputSpecs(List<InputSpec> inputSpecs)