R/duckdb-funs.R
octet_length.Rd
Number of bytes in blob.
blob
Returns the number of bytes in the bitstring.
bitstring
BLOB
BIT
BIGINT
octet_length(blob = BLOB)
octet_length(bitstring = BIT)
octet_length('\xAA\xBB'::BLOB) octet_length('1101011'::BITSTRING)