rafsun42 commented on issue #339:
URL: https://github.com/apache/age/issues/339#issuecomment-1329914697
@jrgemignani
At `cypher_clause.c:3733`, the following function is used to retrieve a
node's expr:
```c
...
Node *expr = colNameToVar(pstate, node->name, false,
node->location);
...
```
At `cypher_clause.c:4295`, the following function is used for the same
purpose:
```c
...
transform_entity *entity = find_variable(parent_cpstate, node->name);
...
```
Both of them takes almost similar argument, could you tell me the difference
between them?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]