Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
size_t DictionaryBlockBase::size() const
92
{
93
return tokens ? tokens->size() : 0;
94
}
95
96
size_t DictionaryBlockBase::upperBound(std::string_view token) const
97
{
Callers
15
upperBound
Method · 0.45
serialize
Method · 0.45
deserialize
Method · 0.45
getBlocksToRead
Method · 0.45
deserializeTokensFrontCoding
Function · 0.45
analyzeDictionaryForTokens
Method · 0.45
analyzeDictionaryForPatterns
Method · 0.45
fillTokensFromCache
Method · 0.45
matchTokens
Method · 0.45
analyzePostings
Method · 0.45
computeCommonPrefixLength
Function · 0.45
serializeTokensRaw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected