dehowef opened a new issue, #1607:
URL: https://github.com/apache/age/issues/1607

   I discovered a similar grammar that has not yet been implemented in a 
similar vein to #1577 .
   
   Pattern matching is also valid in return clauses.
   
   For example, the query:
   
   MATCH (a) RETURN (a)-[]-()
   
   matches the variable a and returns the tuple of a and the following edge and 
node in a single column.
   
   This may require a rework of the logic regarding transformation of patterns 
and edges and RETURN.


-- 
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-unsubscr...@age.apache.org.apache.org

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

Reply via email to