Expand description
Utility functions for working with Arrow data
Modulesยง
- bench_
util - Utils to make benchmarking easier
- 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
- data_
gen - Utilities to generate random arrays and batches
- display
- Functions for printing array values as human-readable strings.
- pretty
- Utilities for pretty printing
RecordBatch
es andArray
s. - 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. - test_
util - Utils to make testing easier