R/duckdb-funs.R
get_bit.Rd
Extracts the nth bit from bitstring; the first (leftmost) bit is indexed 0.
get_bit(bitstring, index)
BIT
INTEGER
get_bit('0110010'::BIT, 2)