MCPcopy Create free account
hub / github.com/apache/arrow / dict_encoded_size

Method dict_encoded_size

cpp/src/parquet/encoder.cc:476–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 ~DictEncoderImpl() override = default;
475
476 int dict_encoded_size() const override { return dict_encoded_size_; }
477
478 int WriteIndices(uint8_t* buffer, int buffer_len) override {
479 // Write bit width in first byte

Callers 9

WriteDictMethod · 0.80
CheckRoundtripMethod · 0.80
GetDictDecoderFunction · 0.80
SetupEncoderDecoderMethod · 0.80
DecodeDictFunction · 0.80
DoEncodeMethod · 0.80
WriteDictionaryPageMethod · 0.80

Calls

no outgoing calls

Tested by 4

WriteDictMethod · 0.64
CheckRoundtripMethod · 0.64
GetDictDecoderFunction · 0.64
SetupEncoderDecoderMethod · 0.64