bit_width

Function bit_width 

Source
fn bit_width(data_type: &DataType, i: usize) -> Result<usize, ArrowError>
Expand description

returns the number of bits that buffer i (in the C data interface) is expected to have. This is set by the Arrow specification