Function polars_arrow::bit_util::set_bit_raw
source · [−]Expand description
Sets bit at position i for data
Safety
Note this doesn’t do any bound checking, for performance reason. The caller is
responsible to guarantee that i is within bounds.