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

Method size

be/src/kudu/util/blocking_queue.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 size_t size() const {
234 MutexLock l(lock_);
235 return size_;
236 }
237
238 std::string ToString() const {
239 std::string ret;

Callers 1

BlockingDrainToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected