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

Method dict_encoded_size

be/src/util/dict-encoding.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 int WriteData(uint8_t* buffer, int buffer_len);
100
101 int dict_encoded_size() { return dict_encoded_size_; }
102
103 void UsedbyTest() { used_by_test_ = true;}
104

Callers 4

FlushMethod · 0.80
DictEncodeAllFunction · 0.80
ValidateDictFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

ValidateDictFunction · 0.64
TESTFunction · 0.64