| 6449 | } |
| 6450 | |
| 6451 | bool FieldNode::dsqlAggregateFinder(AggregateFinder& visitor) |
| 6452 | { |
| 6453 | if (visitor.deepestLevel < dsqlContext->ctx_scope_level) |
| 6454 | visitor.deepestLevel = dsqlContext->ctx_scope_level; |
| 6455 | |
| 6456 | return false; |
| 6457 | } |
| 6458 | |
| 6459 | bool FieldNode::dsqlAggregate2Finder(Aggregate2Finder& /*visitor*/) |
| 6460 | { |
nothing calls this directly
no test coverage detected