Uses of Class
org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
Packages that use TableOperatorWrapper Package Description org.apache.flink.table.runtime.operators.multipleinput org.apache.flink.table.runtime.operators.multipleinput.input -
-
Uses of TableOperatorWrapper in org.apache.flink.table.runtime.operators.multipleinput
Fields in org.apache.flink.table.runtime.operators.multipleinput with type parameters of type TableOperatorWrapper Modifier and Type Field Description protected Deque<TableOperatorWrapper<?>>MultipleInputStreamOperatorBase. topologicalOrderingOperatorsall operator as topological ordering in this multiple input operator.Methods in org.apache.flink.table.runtime.operators.multipleinput that return TableOperatorWrapper Modifier and Type Method Description TableOperatorWrapper<?>TableOperatorWrapper.Edge. getSource()TableOperatorWrapper<?>TableOperatorWrapperGenerator. getTailWrapper()TableOperatorWrapper<?>TableOperatorWrapper.Edge. getTarget()Methods in org.apache.flink.table.runtime.operators.multipleinput that return types with arguments of type TableOperatorWrapper Modifier and Type Method Description List<TableOperatorWrapper<?>>TableOperatorWrapperGenerator. getHeadWrappers()List<TableOperatorWrapper<?>>TableOperatorWrapper. getInputWrappers()List<TableOperatorWrapper<?>>TableOperatorWrapper. getOutputWrappers()Methods in org.apache.flink.table.runtime.operators.multipleinput with parameters of type TableOperatorWrapper Modifier and Type Method Description voidTableOperatorWrapper. addInput(TableOperatorWrapper<?> input, int inputId)protected org.apache.flink.streaming.api.graph.StreamConfigBatchMultipleInputStreamOperator. createStreamConfig(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> multipleInputOperatorParameters, TableOperatorWrapper<?> wrapper)protected org.apache.flink.streaming.api.graph.StreamConfigMultipleInputStreamOperatorBase. createStreamConfig(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> multipleInputOperatorParameters, TableOperatorWrapper<?> wrapper)Constructors in org.apache.flink.table.runtime.operators.multipleinput with parameters of type TableOperatorWrapper Constructor Description BatchMultipleInputStreamOperator(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)Edge(TableOperatorWrapper<?> source, TableOperatorWrapper<?> target, int inputId)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 TableOperatorWrapper in org.apache.flink.table.runtime.operators.multipleinput.input
Methods in org.apache.flink.table.runtime.operators.multipleinput.input that return TableOperatorWrapper Modifier and Type Method Description TableOperatorWrapper<?>InputSpec. getOutput()Constructors in org.apache.flink.table.runtime.operators.multipleinput.input with parameters of type TableOperatorWrapper Constructor Description InputSpec(int multipleInputId, int readOrder, TableOperatorWrapper<?> output, int outputOpInputId)
-