Module util

Source
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 RecordBatches and Arrays.
string_writer
String Writer This string writer encapsulates std::string::String and implements std::io::Write trait, which makes String as a writable object like File.
test_util
Utils to make testing easier