Crate common_recordbatch

Source

Modules§

adapter
cursor
error
Error of record batch.
filter
Util record batch stream wrapper that can perform precise filter.
recordbatch 🔒
util

Structs§

DfRecordBatch
A two-dimensional batch of column-oriented data with a defined schema.
EmptyRecordBatchStream
EmptyRecordBatchStream can be used to create a RecordBatchStream that will produce no results
OrderOption
RecordBatch
A two-dimensional batch of column-oriented data with a defined schema.
RecordBatchStreamWrapper
Adapt a [Stream] of RecordBatch to a RecordBatchStream.
RecordBatches
SimpleRecordBatchStream

Traits§

RecordBatchStream

Type Aliases§

DfSendableRecordBatchStream
Trait for a [Stream] of RecordBatches that can be passed between threads
SendableRecordBatchStream