Modules§
- Types for iterating over bitmasks in 64-bit chunks
- Types for iterating over packed bitmasks
- Utils for working with packed bit masks
- Utils for working with bits
- Functions for printing array values, as strings, for debugging purposes. See the
pretty
crate for additional functions for record batch pretty printing. - String Writer This string writer encapsulates
std::string::String
and implementsstd::io::Write
trait, which makes String as a writable object like File.