MCPcopy Create free account
hub / github.com/apache/impala / AddRemoteOperRange

Method AddRemoteOperRange

be/src/runtime/io/request-context.cc:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575Status RequestContext::AddRemoteOperRange(RemoteOperRange* oper_range) {
576 unique_lock<mutex> lock(lock_);
577 if (state_ == RequestContext::Cancelled) return CONTEXT_CANCELLED;
578 AddRangeToDisk(lock, oper_range, ScheduleMode::IMMEDIATELY);
579 return Status::OK();
580}
581
582void RequestContext::AddActiveScanRangeLocked(
583 const unique_lock<mutex>& lock, ScanRange* range) {

Callers 3

WriteCompleteMethod · 0.80
TEST_FFunction · 0.80

Calls 1

OKFunction · 0.85

Tested by 1

TEST_FFunction · 0.64