R/duckdb-funs.R
get_bit.Rd
Extracts the nth bit from bitstring; the first (leftmost) bit is indexed 0.
BIT
INTEGER
if (FALSE) { # \dontrun{ get_bit('0110010'::BIT, 2) } # }