R/duckdb-funs.R
md5_number.Rd
Returns the MD5 hash of the string as a HUGEINT.
string
HUGEINT
Returns the MD5 hash of the blob as a HUGEINT.
blob
VARCHAR
BLOB
UHUGEINT
md5_number(string = VARCHAR)
md5_number(blob = BLOB)
md5_number('abc') md5_number('\xAA\xBB'::BLOB)