You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/11/29 00:22:32 UTC

[GitHub] [age] rafsun42 commented on issue #339: Error on relationship when source vertex in EXISTS() has alias

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org