spawn_buffered

Function spawn_buffered 

Source
pub fn spawn_buffered(
    input: SendableRecordBatchStream,
    buffer: usize,
) -> SendableRecordBatchStream
Expand description

If running in a tokio context spawns the execution of stream to a separate task allowing it to execute in parallel with an intermediate buffer of size buffer