R/duckdb-funs.R
sha1.Rd
Returns a VARCHAR with the SHA-1 hash of the value.
VARCHAR
value
Returns a VARCHAR with the SHA-1 hash of the blob.
blob
BLOB
sha1(value = VARCHAR)
sha1(blob = BLOB)
sha1('🦆') sha1('\xAA\xBB'::BLOB)