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

Method Read

cpp/src/arrow/io/caching.cc:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 Result<std::shared_ptr<Buffer>> Read(ReadRange range) override {
301 std::unique_lock<std::mutex> guard(entry_mutex);
302 return ReadRangeCache::Impl::Read(range);
303 }
304
305 Future<> Wait() override {
306 std::unique_lock<std::mutex> guard(entry_mutex);

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected