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

Method Read

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected