Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_entries
Method
num_entries
cpp/src/parquet/encoder.cc:604–604 ·
view source on GitHub ↗
The number of entries in the dictionary.
Source
from the content-addressed store, hash-verified
602
603
/// The number of entries in the dictionary.
604
int num_entries() const override { return memo_table_.size(); }
605
606
private:
607
/// Clears all the indices (but leaves the dictionary).
Callers
9
AssertCanPutDictionary
Function · 0.80
AppendValues
Method · 0.80
CheckRoundtrip
Method · 0.80
GetDictDecoder
Function · 0.80
SetupEncoderDecoder
Method · 0.80
DecodeDict
Function · 0.80
DoEncode
Method · 0.80
WriteDictionaryPage
Method · 0.80
WriteArrowDictionary
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
4
AppendValues
Method · 0.64
CheckRoundtrip
Method · 0.64
GetDictDecoder
Function · 0.64
SetupEncoderDecoder
Method · 0.64