| 727 | class TestExecSpanIterator : public TestComputeInternals { |
| 728 | public: |
| 729 | void SetupIterator(const ExecBatch& batch, |
| 730 | int64_t max_chunksize = kDefaultMaxChunksize) { |
| 731 | ASSERT_OK(iterator_.Init(batch, max_chunksize)); |
| 732 | } |
| 733 | void CheckIteration(const ExecBatch& input, int chunksize, |
| 734 | const std::vector<int>& ex_batch_sizes) { |
| 735 | SetupIterator(input, chunksize); |