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

Method getQueryConditionCache

src/Interpreters/Context.cpp:4768–4772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4766}
4767
4768QueryConditionCachePtr Context::getQueryConditionCache() const
4769{
4770 SharedLockGuard lock(shared->mutex);
4771 return shared->query_condition_cache;
4772}
4773
4774void Context::updateQueryConditionCacheConfiguration(const Poco::Util::AbstractConfiguration & config, size_t max_cache_size)
4775{

Callers 9

fillDataMethod · 0.80
readMethod · 0.80
generateMethod · 0.80
createReaderMethod · 0.80
FilterTransformMethod · 0.80
selectRangesToReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected