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

Method charge

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

Source from the content-addressed store, hash-verified

77 }
78
79 size_t charge() const { return charge_; }
80
81 void set_charge(size_t charge) {
82 charge_ = charge;

Callers 15

FreeEntryMethod · 0.80
RL_RemoveMethod · 0.80
RL_AppendMethod · 0.80
UpdateChargeMethod · 0.80
InsertMethod · 0.80
ChargeMethod · 0.80
ToUninitializedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected