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

Method addPass

src/Analyzer/QueryTreePassManager.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187QueryTreePassManager::QueryTreePassManager(ContextPtr context_) : WithContext(context_) {}
188
189void QueryTreePassManager::addPass(QueryTreePassPtr pass)
190{
191 passes.push_back(std::move(pass));
192}
193
194void QueryTreePassManager::run(QueryTreeNodePtr & query_tree_node)
195{

Callers 1

addQueryTreePassesFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected