Module arrow::record_batch
source · Structs§
- A two-dimensional batch of column-oriented data with a defined schema.
- Generic implementation of RecordBatchReader that wraps an iterator.
- Options that control the behaviour used when creating a
RecordBatch
.
Traits§
- Trait for types that can read
RecordBatch
’s. - Trait for types that can write
RecordBatch
’s.