This functor calculates a lookup table that is the intersection of two lookup tables.
Name | Type | Description |
---|---|---|
First Table | Lookup Table | The first lookup table. |
Second Table | Lookup Table | The second lookup table. |
Name | Type | Description | Default Value |
---|---|---|---|
use First Table To Solve Duplicated Key | Bool | 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 | The resulting lookup table. |
For further information about set intersection, see Set_intersection.
CalcLookupTableIntersection