Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteDict
Method · 0.80
CheckRoundtrip
Method · 0.80
GetDictDecoder
Function · 0.80
SetupEncoderDecoder
Method · 0.80
DecodeDict
Function · 0.80
DoEncode
Method · 0.80
estimated_buffered_dict_bytes
Method · 0.80
WriteDictionaryPage
Method · 0.80
CheckDictionarySizeLimit
Method · 0.80
Calls
no outgoing calls
Tested by
4
WriteDict
Method · 0.64
CheckRoundtrip
Method · 0.64
GetDictDecoder
Function · 0.64
SetupEncoderDecoder
Method · 0.64