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 2021/12/06 10:02:12 UTC

[GitHub] [incubator-age] afidegnum commented on issue #153: Collect returns an empty result.

afidegnum commented on issue #153:
URL: https://github.com/apache/incubator-age/issues/153#issuecomment-986619120


   those returns perfectly 
   
   ```
   SELECT *
   FROM cypher('text_test', $$
             MATCH (V)-[R:connect]->(V2)
             RETURN V, R, V2
   $$) as (V agtype, R agtype, V2 agtype);
   
   ```
   ```
   
   v | r | v2
   -- | -- | --
   {"id":844424930131969,"label":"node","properties":{"tag":"html","attrib":"{\"lang\": \"en\"}"}} | {"id":1125899906842628,"label":"connect","end_id":844424930131973,"start_id":844424930131969,"properties":{"name":null}} | {"id":844424930131973,"label":"node","properties":{"tag":"body","attrib":"null"}}
   {"id":844424930131969,"label":"node","properties":{"tag":"html","attrib":"{\"lang\": \"en\"}"}} | {"id":1125899906842625,"label":"connect","end_id":844424930131970,"start_id":844424930131969,"properties":{"name":null}} | {"id":844424930131970,"label":"node","properties":{"tag":"head","attrib":"null"}}
   {"id":844424930131970,"label":"node","properties":{"tag":"head","attrib":"null"}} | {"id":1125899906842627,"label":"connect","end_id":844424930131972,"start_id":844424930131970,"properties":{"name":null}} | {"id":844424930131972,"label":"node","properties":{"tag":"title","attrib":"null"}}
   ```
   
   


-- 
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