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