Returns true if query tree node has original AST, false otherwise
| 210 | |
| 211 | /// Returns true if query tree node has original AST, false otherwise |
| 212 | bool hasOriginalAST() const |
| 213 | { |
| 214 | return original_ast != nullptr; |
| 215 | } |
| 216 | |
| 217 | /// Get query tree node original AST |
| 218 | const ASTPtr & getOriginalAST() const |
no outgoing calls
no test coverage detected