Calculates a "structure hash" which is equal for similarly structured input.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscaletokenHash("field")
and:
logscaletokenHash(field="field")
These examples show basic structure only.
tokenHash()
Examples
Replace the value in the ssn field with the hash of the existing value, also replacing it in @rawstring
logscale
tokenHash(ssn)