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:333–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
Future<> ReadRangeCache::Wait() { return impl_->Wait(); }
334
335
Future<> ReadRangeCache::WaitFor(std::vector<ReadRange> ranges) {
336
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