Type Alias mz_adapter::session::RowBatchStream

source ·
pub type RowBatchStream = UnboundedReceiver<PeekResponseUnary>;
Expand description

A channel of batched rows.

Aliased Type§

struct RowBatchStream { /* private fields */ }