Crate arrow_cast
source ·Expand description
Cast kernel for Apache Arrow
Re-exports
pub use cast::*;
Modules
- Defines cast kernels for
ArrayRef
, to convertArray
s between supported datatypes. - Functions for printing array values, as strings, for debugging purposes. See the
pretty
crate for additional functions for record batch pretty printing.