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

Method setParenthesized

src/Analyzer/IQueryTreeNode.h:206–209  ·  view source on GitHub ↗

Set parenthesized flag

Source from the content-addressed store, hash-verified

204
205 /// Set parenthesized flag
206 void setParenthesized(bool value)
207 {
208 parenthesized = value;
209 }
210
211 /// Returns true if query tree node has original AST, false otherwise
212 bool hasOriginalAST() const

Callers 3

toASTMethod · 0.45
buildExpressionMethod · 0.45
enterImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected