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

Method num_entries

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

Source from the content-addressed store, hash-verified

190 void WriteDict(uint8_t* buffer) override;
191
192 int num_entries() const override { return nodes_.size(); }
193
194 /// Returns true if the dictionary is full.
195 bool IsFull() const override {

Callers 5

EvalDictionaryFiltersMethod · 0.45
InitDictionaryMethod · 0.45
FlushMethod · 0.45
ValidateDictFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

ValidateDictFunction · 0.36