| 3268 | // before outputting. |
| 3269 | const int num_left_rows = ExecBatchBuilder::num_rows_max(); |
| 3270 | ASSERT_OK_AND_ASSIGN( |
| 3271 | auto left_batches, |
| 3272 | MakeIntegerBatches({[](int row_id) -> int64_t { return row_id; }}, |
| 3273 | schema({field("l_key", int32())}), |
| 3274 | /*num_batches=*/1, /*batch_size=*/num_left_rows)); |
| 3275 | Declaration root{"exec_batch_source", |
no outgoing calls
no test coverage detected