HASH
Returns a hash value of the arguments. HASH does not return NULL, even for NULL inputs.
Syntax
HASH(expression any) → numeric
expression: Can be a general expression of any Spice supported data type.
Examples
HASH example
Usage Notes
HASH is a proprietary function that can accept different input expressions of arbitrary Spice supported data types and returns a signed value. It is not a cryptographic hash function and should not be used as such.
Last updated