Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EvalDictionaryFilters
Method · 0.45
CreateDictionaryDecoder
Method · 0.45
InitDictionary
Method · 0.45
Flush
Method · 0.45
ValidateDict
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
ValidateDict
Function · 0.36