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

Method Wait

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

Source from the content-addressed store, hash-verified

334}
335
336Future<> ReadRangeCache::Wait() { return impl_->Wait(); }
337
338Future<> ReadRangeCache::WaitFor(std::vector<ReadRange> ranges) {
339 return impl_->WaitFor(std::move(ranges));

Callers 10

garrow_execute_plan_waitFunction · 0.45
ConcatenateRecordBatchesFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
~ExecPlanImplMethod · 0.45
RunTaskMethod · 0.45
MatchAndExplainMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
RunTaskMethod · 0.36