Skip to main content
Module reader
mz_
arrow_
util
0.1.0
Module reader
Module Items
Structs
In crate mz_
arrow_
util
mz_arrow_util
Module
reader
Copy item path
Source
Expand description
Reader for
arrow
data that outputs
Row
s.
Structs
ยง
Arrow
Reader
Type that can read out of an
arrow::array::StructArray
and into a
Row
, given a
RelationDesc
.