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

Method EstimatedDataBytes

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

Source from the content-addressed store, hash-verified

194 return scan_tasks_[batch_number].batch_future;
195 }
196 int64_t EstimatedDataBytes(int batch_number) override {
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 ###

Callers

nothing calls this directly

Calls 1

TotalBufferSizeFunction · 0.85

Tested by

no test coverage detected