MCPcopy 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

AssertCanPutDictionaryFunction · 0.80
AppendValuesMethod · 0.80
CheckRoundtripMethod · 0.80
GetDictDecoderFunction · 0.80
SetupEncoderDecoderMethod · 0.80
DecodeDictFunction · 0.80
DoEncodeMethod · 0.80
WriteDictionaryPageMethod · 0.80
WriteArrowDictionaryMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 4

AppendValuesMethod · 0.64
CheckRoundtripMethod · 0.64
GetDictDecoderFunction · 0.64
SetupEncoderDecoderMethod · 0.64