Module datafusion_python::datafusion_common::arrow::util::bit_util
source · Expand description
Utils for working with bits
Functions§
- Returns the ceil of
value/divisor - Returns whether bit at position
iindatais set or not - Returns whether bit at position
iindatais set or not. - Returns the nearest number that is
>=thannumand is a multiple of 64 - Returns the nearest multiple of
factorthat is>=thannum. Herefactormust be a power of 2. - Sets bit at position
ifordatato 1 - Sets bit at position
ifordata - Sets bit at position
ifordatato 0 - Sets bit at position
ifordatato 0