Type Alias RowBatchStream

Source
pub type RowBatchStream = UnboundedReceiver<PeekResponseUnary>;
Expand description

A channel of batched rows.

Aliased Typeยง

pub struct RowBatchStream { /* private fields */ }