Expand description
Utility functions for working with Arrow data
Modules§
- bit_
chunk_ iterator - Types for iterating over bitmasks in 64-bit chunks
- bit_
iterator - Types for iterating over packed bitmasks
- bit_
mask - Utils for working with packed bit masks
- bit_
util - Utils for working with bits
- display
- Functions for printing array values as human-readable strings.
- string_
writer - String Writer
This string writer encapsulates
std::string::String
and implementsstd::io::Write
trait, which makes String as a writable object like File.