Expand description
Functions for converting from one data type to another in Apache Arrow
§Platform Support
Only little-endian platforms are officially supported and tested in CI. Big-endian platforms are not tested in CI and may not work correctly. Fixes for big-endian platforms are welcome and handled on a best-effort basis, but compatibility is not guaranteed.
Re-exports§
pub use cast::*;
Modules§
- base64
- Functions for converting data in [
GenericBinaryArray] such asStringArrayto/from base64 encoded strings - cast
- Cast kernels to convert [
ArrayRef] between supported datatypes. - display
- Functions for printing array values as human-readable strings.
- parse
Parserimplementations for converting strings to Arrow types- pretty
- Utilities for pretty printing
RecordBatches andArrays.