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 */ }pub type AsyncRecordBatchReceiver = Receiver<Result<RecordBatch, ReadStatError>>;Async receiving half of a streaming SQL input channel.
pub struct AsyncRecordBatchReceiver { /* private fields */ }