Module arrow_convert::serialize

source ·
Expand description

Implementation and traits for serializing to Arrow.

Traits§

  • Trait that is implemented by all types that are serializable to Arrow.
  • API to flatten a RecordBatch consisting of an arrow::array::StructArray into a RecordBatch consisting of arrow::array::Arrays contained by the StructArray
  • Trait for appending null values to an array builder.
  • Top-level API to serialize to Arrow

Functions§