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

Method DictByteSize

be/src/util/dict-encoding.h:186–188  ·  view source on GitHub ↗

This function returns the size in bytes of the dictionary vector. It is used by dict-test.cc for validation of bytes consumed against memory tracked.

Source from the content-addressed store, hash-verified

184 /// It is used by dict-test.cc for validation of bytes consumed against
185 /// memory tracked.
186 int DictByteSize() {
187 return sizeof(Node) * nodes_.size();
188 }
189
190 void WriteDict(uint8_t* buffer) override;
191

Callers 2

ValidateDictFunction · 0.45
TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

ValidateDictFunction · 0.36
TESTFunction · 0.36