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

Method limit

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

Source from the content-addressed store, hash-verified

278 void RefreshConsumptionFromMetric();
279
280 int64_t limit() const { return limit_; }
281 bool has_limit() const { return limit_ >= 0; }
282 int64_t soft_limit() const { return soft_limit_; }
283 int64_t GetLimit(MemLimit mode) const {

Callers 3

ImpalaKRPCTestBackendMethod · 0.45
GetPoolMemReservedMethod · 0.45
MemLimitExceededMethod · 0.45

Calls

no outgoing calls

Tested by 1

ImpalaKRPCTestBackendMethod · 0.36