Expand description
Contains the RecordBatch
type and associated traits
Structs§
- Record
Batch - A two-dimensional batch of column-oriented data with a defined schema.
- Record
Batch Iterator - Generic implementation of RecordBatchReader that wraps an iterator.
- Record
Batch Options - Options that control the behaviour used when creating a
RecordBatch
.
Traits§
- Record
Batch Reader - Trait for types that can read
RecordBatch
’s. - Record
Batch Writer - Trait for types that can write
RecordBatch
’s.