Map Indexer

Description

This functor index the values of a map using values from another as indices resulting in a lookup table where keys are the values from the first map and table values are the values from the second map.

Inputs

Name Type Description
Key Map Map The input map with the keys.
Value Map Map The input map with the values.

Outputs

Name Type Description
table Lookup Table The resulting table containing the “Key Map” values as keys and “Value Map” values as values.

Group

Notes

Internal Name

MapIndexer