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

Method Charge

be/src/util/cache/cache-internal.h:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 size_t Charge(const UniqueHandle& handle) override {
282 return reinterpret_cast<HandleBase*>(handle.get())->charge();
283 }
284
285 void UpdateCharge(const UniqueHandle& handle, size_t charge) override {
286 HandleBase* h = reinterpret_cast<HandleBase*>(handle.get());

Callers 1

TEST_FFunction · 0.80

Calls 2

chargeMethod · 0.80
getMethod · 0.65

Tested by 1

TEST_FFunction · 0.64