Hash Query Functions
Functions for creating or validating string hashes.
Table: Event & Hash Query Functions
Function | Default Argument | Availability | Description |
---|---|---|---|
crypto:md5([as], field) | field | Computes a cryptographic MD5-hashing of an input string. | |
hash([as], field, [limit], [seed]) | field | Computes a non-cryptographic hash of a list of fields. | |
tokenHash([as], field) | field | Calculates a structure hash which is equal for similarly structured input. |