Lookup Associative Array: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". ----" to ". ----")
m (Text replacement - ". " to ". ")
 
Line 15: Line 15:
=== 2011 ===
=== 2011 ===
* http://pic.dhe.ibm.com/infocenter/optsol/v1/index.jsp?topic=%2Fcom.ibm.nex.optimd.common.doc%2F05colmap%2Fopcommon-r-hash_lookup_function.html
* http://pic.dhe.ibm.com/infocenter/optsol/v1/index.jsp?topic=%2Fcom.ibm.nex.optimd.common.doc%2F05colmap%2Fopcommon-r-hash_lookup_function.html
** The Hash Lookup Function obtains the value for a destination column from a lookup table, according to a hashed value derived from a source column. The Hash Lookup Function allows you to consistently mask data when you use the same source and lookup tables in any environment.  
** The Hash Lookup Function obtains the value for a destination column from a lookup table, according to a hashed value derived from a source column. The Hash Lookup Function allows you to consistently mask data when you use the same source and lookup tables in any environment.


----
----

Latest revision as of 12:24, 2 August 2022

A Lookup Associative Array is an Associative Array that can solve a set membership membership task.



References

2011