MCPcopy Create free account
hub / github.com/apache/orc / length

Method length

c++/src/Dictionary.cc:115–117  ·  view source on GitHub ↗

return total length of strings in the dictioanry

Source from the content-addressed store, hash-verified

113
114 // return total length of strings in the dictioanry
115 uint64_t SortedStringDictionary::length() const {
116 return totalLength_;
117 }
118
119 void SortedStringDictionary::clear() {
120 totalLength_ = 0;

Callers 15

removeCharsFunction · 0.80
fillDecimalValuesFunction · 0.80
printStripeInformationFunction · 0.80
testConvertReaderFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
testCharDictionaryFunction · 0.80
createNestedMapMemReaderFunction · 0.80
writeSampleDataFunction · 0.80
TEST_PFunction · 0.80
MakeWKBPointFunction · 0.80

Calls

no outgoing calls

Tested by 15

removeCharsFunction · 0.64
testConvertReaderFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
testCharDictionaryFunction · 0.64
createNestedMapMemReaderFunction · 0.64
writeSampleDataFunction · 0.64
TEST_PFunction · 0.64
MakeWKBPointFunction · 0.64