| 34 | static constexpr int kNumBatches = 32; |
| 35 | |
| 36 | std::shared_ptr<Table> TestTable() { |
| 37 | return gen::Gen({gen::Step()})->FailOnError()->Table(kRowsPerBatch, kNumBatches); |
| 38 | } |
| 39 | |
| 40 | void CheckFetch(FetchNodeOptions options) { |
| 41 | constexpr random::SeedType kSeed = 42; |
no test coverage detected