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

Method clone

src/Analyzer/IQueryTreeNode.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239QueryTreeNodePtr IQueryTreeNode::clone() const
240{
241 return cloneAndReplace({});
242}
243
244QueryTreeNodePtr IQueryTreeNode::cloneAndReplace(const ReplacementMap & replacement_map) const
245{

Callers 15

buildQueryTreeNodeMethod · 0.45
buildSelectExpressionMethod · 0.45
validateAggregatesFunction · 0.45
enterImplMethod · 0.45
enterImplMethod · 0.45
enterImplMethod · 0.45
enterImplMethod · 0.45
replaceToConstantsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36