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

Method read_count

cpp/src/arrow/io/memory_test.cc:741–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 return BufferReader::ReadAsync(context, position, nbytes, allow_short_read);
740 }
741 int64_t read_count() const { return read_count_; }
742
743 private:
744 int64_t read_count_ = 0;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected