R/duckdb-funs.R
bitstring.Rd
Pads the bitstring until the specified length.
VARCHAR | BIT
INTEGER
BIT
bitstring(bitstring = VARCHAR, length = INTEGER)
bitstring(bitstring = BIT, length = INTEGER)
bitstring('1010'::BIT, 7)