Calc Lookup Table Union

Description

This functor calculates a lookup table that is the union of two lookup tables.

Inputs

Name Type Description
First Table Lookup Table Type The first lookup table.
Second Table Lookup Table Type The second lookup table.

Optional Inputs

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

Output

Name Type Description
result Lookup Table Type The resulting lookup table.

Group

Notes

The column names from the first input table are assigned to the output table.

For further information about set intersection, see Set_union.

Internal Name

CalcLookupTableUnion