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

Method setOriginalAST

src/Analyzer/IQueryTreeNode.h:226–229  ·  view source on GitHub ↗

Set query tree node original AST. * This AST will not be modified later. */

Source from the content-addressed store, hash-verified

224 * This AST will not be modified later.
225 */
226 void setOriginalAST(ASTPtr original_ast_value)
227 {
228 original_ast = std::move(original_ast_value);
229 }
230
231 /** If query tree has original AST format it for error message.
232 * Otherwise exception is thrown.

Callers 9

buildSelectExpressionMethod · 0.80
buildExpressionMethod · 0.80
buildWindowMethod · 0.80
buildJoinTreeMethod · 0.80
resolveMatcherMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected