Function datafusion::common::arrow::util::bit_util::get_bit

source ยท
pub fn get_bit(data: &[u8], i: usize) -> bool
Expand description

Returns whether bit at position i in data is set or not