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

Method NumBatches

cpp/src/arrow/dataset/scanner_test.cc:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 return util::TotalBufferSize(*scan_tasks_[batch_number].batch);
198 }
199 int NumBatches() override { return static_cast<int>(scan_tasks_.size()); }
200
201 // ### Unit Test API ###
202 void DeliverBatches(bool slow, const std::vector<MockScanTask>& to_deliver) {

Callers 1

CheckScannerBackpressureFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected