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

Method WaitFor

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

Source from the content-addressed store, hash-verified

336Future<> ReadRangeCache::Wait() { return impl_->Wait(); }
337
338Future<> ReadRangeCache::WaitFor(std::vector<ReadRange> ranges) {
339 return impl_->WaitFor(std::move(ranges));
340}
341
342} // namespace internal
343} // namespace io

Callers 6

TESTFunction · 0.45
WaitForMetadatasMethod · 0.45
ReadAsyncMethod · 0.45
ReadBlockMethod · 0.45
WhenBufferedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36