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 Chunk consisting of an arrow2::array::StructArray into a Chunk consisting of arrow2::array::Arrays contained by the StructArray
  • Top-level API to serialize to Arrow

Functions