bounded_stream

Function bounded_stream 

Source
pub fn bounded_stream(
    record_batch: RecordBatch,
    limit: usize,
) -> SendableRecordBatchStream
Expand description

Creates a bounded stream that emits the same record batch a specified number of times. This is useful for testing purposes.