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