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

Method num_reads

cpp/src/arrow/io/test_common.cc:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 int64_t num_reads() const override { return read_ranges_.size(); }
158 int64_t bytes_read() const override {
159 int64_t sum = 0;
160 for (const auto& range : read_ranges_) {

Callers 1

TestReadsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected