Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
bounded_stream in datafusion::test_util - Rust
[go: Go Back, main page]

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.