Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
unset_bit_raw in datafusion::common::arrow::util::bit_util - Rust
[go: Go Back, main page]

pub unsafe fn unset_bit_raw(data: *mut u8, i: usize)
Expand description

Sets bit at position i for data to 0

§Safety

Note this doesn’t do any bound checking, for performance reason. The caller is responsible to guarantee that i is within bounds.