Module polars_arrow::record_batch
source · Expand description
Contains RecordBatchT
, a container of Array
where every array has the
same length.
Structs§
- A vector of trait objects of
Array
where every item has the same length,RecordBatchT::len
.