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

Method GetMemPoolCounters

be/src/runtime/mem-pool.h:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 int64_t GetTotalChunkSizes() const;
198
199 MemPoolCounters GetMemPoolCounters() const { return counters_; }
200
201 /// TODO: make a macro for doing this
202 /// For C++/IR interop, we need to be able to look up types by name.

Callers 1

ExecInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected