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

Method Reserve

be/src/exec/scan-range-queue-mt.h:77–80  ·  view source on GitHub ↗

Reserves capacity for the queue. This doesn't affect the queue of the high prio items.

Source from the content-addressed store, hash-verified

75 /// Reserves capacity for the queue. This doesn't affect the queue of the high prio
76 /// items.
77 void Reserve(int64_t capacity) {
78 std::lock_guard<std::mutex> lock(scan_range_queue_lock_);
79 scan_range_queue_.Reserve(capacity);
80 }
81
82 private:
83 DISALLOW_COPY_AND_ASSIGN(ScanRangeQueueMt);

Callers 2

GetJsonObjectImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected