Module record_batch

Source
Expand description

Contains the RecordBatch type and associated traits

Structs§

RecordBatch
A two-dimensional batch of column-oriented data with a defined schema.
RecordBatchIterator
Generic implementation of RecordBatchReader that wraps an iterator.
RecordBatchOptions
Options that control the behaviour used when creating a RecordBatch.

Traits§

RecordBatchReader
Trait for types that can read RecordBatch’s.
RecordBatchWriter
Trait for types that can write RecordBatch’s.