Module reader

Source
Expand description

Reader for arrow data that outputs Rows.

Structs§

ArrowReader
Type that can read out of an arrow::array::StructArray and into a Row, given a RelationDesc.

Enums§

ColReader 🔒
A “downcasted” version of arrow::array::Array that supports reading Datums.

Functions§

scalar_type_and_array_to_reader 🔒