Modifier and Type | Class and Description |
---|---|
class |
BatchCoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>
A
TwoInputStreamOperator for executing BroadcastProcessFunctions in RuntimeExecutionMode.BATCH
execution mode. |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedPythonBatchCoBroadcastProcessOperator<IN1,IN2,OUT>
The
EmbeddedPythonBatchCoBroadcastProcessOperator is responsible for executing the Python
CoBroadcastProcess Function under BATCH mode, EmbeddedPythonCoProcessOperator is used
under STREAMING mode. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalPythonBatchCoBroadcastProcessOperator<IN1,IN2,OUT>
The
ExternalPythonBatchCoBroadcastProcessOperator is responsible for executing the Python
CoBroadcastProcess Function under BATCH mode, ExternalPythonCoProcessOperator is used
under STREAMING mode. |
Modifier and Type | Method and Description |
---|---|
InputSelectable |
MultiInputSortingDataInput.SelectableSortingInputs.getInputSelectable() |
Constructor and Description |
---|
SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs,
StreamTaskInput<?>[] passThroughInputs,
InputSelectable inputSelectable) |
Constructor and Description |
---|
MultipleInputSelectionHandler(InputSelectable inputSelectable,
int inputCount) |
Modifier and Type | Class and Description |
---|---|
class |
FusionStreamOperatorBase
Base
MultipleInputStreamOperator to handle multiple operator fusion codegen in table
module. |
Modifier and Type | Class and Description |
---|---|
class |
HashJoinOperator
Hash join base operator.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchMultipleInputStreamOperator
A
MultipleInputStreamOperatorBase to handle batch operators. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.