| 367 | } |
| 368 | |
| 369 | static bool needVisitChild(const ASTPtr & child) |
| 370 | { |
| 371 | return !(child->as<ASTSelectQuery>() || child->as<ASTTableExpression>()); |
| 372 | } |
| 373 | |
| 374 | /// special visitChildren() for ASTSelectQuery |
| 375 | void QueryNormalizer::visit(ASTSelectQuery & select, const ASTPtr &, Data & data) |
no outgoing calls
no test coverage detected