Function polars_arrow::bit_util::get_bit_raw [−][src]
Expand description
Returns whether bit at position i
in data
is set or not.
Safety
Note this doesn’t do any bound checking, for performance reason. The caller is
responsible to guarantee that i
is within bounds.