Skip to main content

bytes_to_bits

Function bytes_to_bits 

Source
pub fn bytes_to_bits(v: &[i64]) -> Vec<bool>
Expand description

Expand a byte column to its LSB-first bit sequence (bit j of byte i is (byte_i >> j) & 1).