Skip to main content

ShuffleFragmentStream

Type Alias ShuffleFragmentStream 

Source
pub type ShuffleFragmentStream = BoxStream<'static, Result<RecordBatch, String>>;
Expand description

One upstream fragment’s batches, in write order.

Aliased Type§

pub struct ShuffleFragmentStream { /* private fields */ }