Crate arrow_cast
source ·Expand description
Cast kernel for Apache Arrow
Re-exports
pub use cast::*;
Modules
- Defines cast kernels for
ArrayRef, to convertArrays between supported datatypes. - Functions for printing array values, as strings, for debugging purposes. See the
prettycrate for additional functions for record batch pretty printing. - Utilities for pretty printing record batches. Note this module is not available unless
feature = "prettyprint"is enabled.