R/duckdb-funs.R
decode.Rd
Converts blob to VARCHAR. Fails if blob is not valid UTF-8.
blob
VARCHAR
decode(blob = BLOB)
BLOB
decode('\xC3\xBC'::BLOB)