MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / size

Method size

src/Storages/MergeTree/MergeTreeIndexText.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91size_t DictionaryBlockBase::size() const
92{
93 return tokens ? tokens->size() : 0;
94}
95
96size_t DictionaryBlockBase::upperBound(std::string_view token) const
97{

Callers 15

upperBoundMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
getBlocksToReadMethod · 0.45
fillTokensFromCacheMethod · 0.45
matchTokensMethod · 0.45
analyzePostingsMethod · 0.45
serializeTokensRawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected