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

Method formatConvertedASTForErrorMessage

src/Analyzer/IQueryTreeNode.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367String IQueryTreeNode::formatConvertedASTForErrorMessage() const
368{
369 return toAST()->formatForErrorMessage();
370}
371
372String IQueryTreeNode::dumpTree() const
373{

Callers 7

visitImplMethod · 0.80
crossToInnerMethod · 0.80
replaceWithSumCountFunction · 0.80
tryFuseQuantilesFunction · 0.80
toCNFMethod · 0.80
testPassOnConditionFunction · 0.80
dumpMethod · 0.80

Calls 1

formatForErrorMessageMethod · 0.45

Tested by 1

testPassOnConditionFunction · 0.64