Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
Future<> ReadRangeCache::Wait() { return impl_->Wait(); }
337
338
Future<> ReadRangeCache::WaitFor(std::vector<ReadRange> ranges) {
339
return impl_->WaitFor(std::move(ranges));
Callers
10
garrow_execute_plan_wait
Function · 0.45
ConcatenateRecordBatches
Function · 0.45
TestMultithreadedRegression
Method · 0.45
DeliverBatchesRandomly
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
~ExecPlanImpl
Method · 0.45
CheckFinishesCancelledOrOk
Function · 0.45
RunTask
Method · 0.45
MatchAndExplain
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestMultithreadedRegression
Method · 0.36
DeliverBatchesRandomly
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
CheckFinishesCancelledOrOk
Function · 0.36
RunTask
Method · 0.36