This functor calculates a lookup table that is the intersection of 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 First Table To Solve Duplicated Key | Boolean Value Type | If true, in the case of duplicated keys, the value of the first table is selected; otherwise, the value of the second table is selected. | 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 set intersection, see Set_intersection.
CalcLookupTableIntersection