[−][src]Module arrow::util::bit_util
Functions
| ceil | Returns the ceil of |
| count_set_bits | Returns the number of 1-bits in |
| count_set_bits_offset | Returns the number of 1-bits in |
| get_bit | Returns whether bit at position |
| get_bit_raw⚠ | Returns whether bit at position |
| round_upto_multiple_of_64 | Returns the nearest number that is |
| set_bit | Sets bit at position |
| set_bit_raw⚠ | Sets bit at position |