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

Method IsFull

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

Returns true if the dictionary is full.

Source from the content-addressed store, hash-verified

193
194 /// Returns true if the dictionary is full.
195 bool IsFull() const override {
196 return nodes_.size() >= Node::INVALID_INDEX;
197 }
198
199 /// Execute 'func' for each key that is present in the dictionary. Stops execution the
200 /// first time 'func' returns an error, propagating the error. Returns OK otherwise.

Callers 4

SendMethod · 0.45
ThreadAvailableCbMethod · 0.45
FinalizeCurrentPageMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected