pub type RecordBatchSender = Sender<Result<RecordBatch, ReadStatError>>;Expand description
Sending half of a streaming SQL input channel.
Aliased Typeยง
pub struct RecordBatchSender { /* private fields */ }pub type RecordBatchSender = Sender<Result<RecordBatch, ReadStatError>>;Sending half of a streaming SQL input channel.
pub struct RecordBatchSender { /* private fields */ }