MCPcopy Create free account
hub / github.com/apache/arrow / SetupIterator

Method SetupIterator

cpp/src/arrow/compute/exec_test.cc:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727class 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);

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected