Skip to main content

RecordBatchSender

Type Alias RecordBatchSender 

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

Sending half of a streaming SQL input channel.

Aliased Typeยง

pub struct RecordBatchSender { /* private fields */ }