This functor calculates a lookup table that corresponds to the difference between two lookup tables.
Name | Type | Description |
---|---|---|
First Table | Lookup Table Type | The first lookup table. |
Second Table | Lookup Table Type | The second lookup table. |
Name | Type | Description | Default Value |
---|---|---|---|
use Symmetrical Difference | Boolean Value Type | If true, the symmetrical difference between two lookup tables is calculated; otherwise, the relative complement is used. | True |
Name | Type | Description |
---|---|---|
result | Lookup Table Type | The resulting lookup table. |
The column names from the first input table are assigned to the output table.
For further information about difference between two sets, see Difference_(set_theory) and Symmetric_difference.
CalcLookupTableDifference