Expand description
Utility functions for working with Arrow data
Modulesยง
- Utils to make benchmarking easier
- 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
- Utilities to generate random arrays and batches
- Functions for printing array values as human-readable strings.
- Utilities for pretty printing
RecordBatch
es andArray
s. - String Writer This string writer encapsulates
std::string::String
and implementsstd::io::Write
trait, which makes String as a writable object like File. - Utils to make testing easier