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