Crate arrow_cast

Source
Expand description

Functions for converting from one data type to another in Apache Arrow

Re-exports§

Modules§

  • Functions for converting data in [GenericBinaryArray] such as StringArray 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 RecordBatches and Arrays.