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