Skip to main content

AsyncRecordBatchSender

Type Alias AsyncRecordBatchSender 

Source
pub type AsyncRecordBatchSender = Sender<Result<RecordBatch, ReadStatError>>;
Expand description

Async sending half of a streaming SQL input channel.

Aliased Typeยง

pub struct AsyncRecordBatchSender { /* private fields */ }