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

Method empty

be/src/util/internal-queue.h:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 return SizeLocked();
229 }
230 bool empty() const {
231 std::lock_guard<LockType> lock(lock_);
232 return IsEmptyLocked();
233 }
234
235 /// Returns if the target is on the queue. This is O(1) and does not acquire any locks.
236 bool Contains(const T* target) const {

Callers 15

CloseMethod · 0.45
has_errorMethod · 0.45
SetErrorMethod · 0.45
ExecuteMethod · 0.45
GetMethod · 0.45
EvictOneIfNeededMethod · 0.45
EvictOlderThanMethod · 0.45
MaterializeValuesMethod · 0.45
InitMethod · 0.45
FromKuduStatusFunction · 0.45
SuperviseThreadMethod · 0.45
IsCanonicalPathMethod · 0.45

Calls

no outgoing calls

Tested by 15

ExecuteMethod · 0.36
TestUrlFunction · 0.36
TestBase64Function · 0.36
read_certFunction · 0.36
CheckAscendingFunction · 0.36
ValidateMethod · 0.36
TestManglingFunction · 0.36
TESTFunction · 0.36
DeltaEncodeFunction · 0.36
TESTFunction · 0.36