Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ empty
Method
empty
be/src/kudu/util/blocking_queue.h:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
bool empty() const {
225
MutexLock l(lock_);
226
return queue_.empty();
227
}
228
229
size_t max_size() const {
230
return max_size_;
Callers
3
~BlockingQueue
Method · 0.45
BlockingGet
Method · 0.45
BlockingDrainTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected