GENERAL_COMPLEXHASH2
Overview
Computes a hash value for input data of any type and returns a BIGINT. The function automatically selects a more efficient computation method based on the type of the input.
Syntax
Parameters
<expr>: Any type. Supports strings, integers, floating-point numbers, DATE, TIMESTAMP, and more.
Examples
Related Documentation
- GENERAL_MURMURHASH3 — variant that always uses the MurmurHash3 algorithm
- MURMURHASH3_64
