()
| 1022 | } |
| 1023 | |
| 1024 | fn access_log_batches() -> Vec<RecordBatch> { |
| 1025 | AccessLogGenerator::new() |
| 1026 | .with_row_limit(1000) |
| 1027 | .with_max_batch_size(50) |
| 1028 | .collect() |
| 1029 | } |
| 1030 | |
| 1031 | /// If `one_row_batches` is true, then returns new record batches that |
| 1032 | /// are one row in size |
no test coverage detected
searching dependent graphs…