Modules

Types for iterating over bitmasks in 64-bit chunks

Utils for working with bits

Decimal related utils

Functions for printing array values, as strings, for debugging purposes. See the pretty crate for additional functions for record batch pretty printing.

Utilities for printing record batches. Note this module is not available unless feature = "prettyprint" is enabled.

String Writer This string writer encapsulates std::string::String and implements std::io::Write trait, which makes String as a writable object like File.