| 6515 | } |
| 6516 | |
| 6517 | ValueExprNode* FieldNode::dsqlFieldRemapper(FieldRemapper& visitor) |
| 6518 | { |
| 6519 | if (dsqlContext->ctx_scope_level == visitor.context->ctx_scope_level) |
| 6520 | return PASS1_post_map(visitor.dsqlScratch, this, visitor.context, visitor.windowNode); |
| 6521 | |
| 6522 | return this; |
| 6523 | } |
| 6524 | |
| 6525 | void FieldNode::setParameterName(dsql_par* parameter) const |
| 6526 | { |
nothing calls this directly
no test coverage detected