Skip to main content

AsyncRecordBatchReceiver

Type Alias AsyncRecordBatchReceiver 

Source
pub type AsyncRecordBatchReceiver = Receiver<Result<RecordBatch, ReadStatError>>;
Expand description

Async receiving half of a streaming SQL input channel.

Aliased Typeยง

pub struct AsyncRecordBatchReceiver { /* private fields */ }