Table Junction
Description
This functor chooses one from two possible tables produced from different execution pipelines.
Inputs
Outputs
Name | Type | Description |
---|---|---|
Table | Table | Table chosen. |
Group
Notes
First, this functor verifies whether there is a valid input in “Possible Table 1”, if not, it chooses as input “Possible Table 2”. It is a convenient way to provide an alternate table in case an execution pipeline does not return a valid table. If “Possible Table 2” is not set, the functor will return a void output.
Internal Name
TableJunction