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
datafusion::common::arrow::util::bit_iterator - Rust
[go: Go Back, main page]

Module datafusion::common::arrow::util::bit_iterator

source ·
Expand description

Types for iterating over packed bitmasks

Structs§

  • An iterator of usize whose index in a provided bitmask is true
  • Iterator over the bits within a packed bitmask
  • Iterator of contiguous ranges of set bits within a provided packed bitmask

Functions§

  • Calls the provided closure for each index in the provided null mask that is set, using an adaptive strategy based on the null count