Expand description
Functions for converting from one data type to another in Apache Arrow
Re-exports§
pub use cast::*;
Modules§
- Functions for converting data in
GenericBinaryArray
such asStringArray
to/from base64 encoded strings - Cast kernels to convert
ArrayRef
between supported datatypes. - Functions for printing array values as human-readable strings.
Parser
implementations for converting strings to Arrow types- Utilities for pretty printing
RecordBatch
es andArray
s.