jrgemignani commented on issue #365:
URL: https://github.com/apache/age/issues/365#issuecomment-2048602594

   Only the end vertex for the edge exists.
   
   ```
   fishpond=# SELECT * FROM cypher('fishpond', $$ MATCH (u) WHERE id(u) = 
2533274790715812 RETURN u $$) as (u agtype);
    u
   ---
   (0 rows)
   
   fishpond=# SELECT * FROM cypher('fishpond', $$ MATCH (u) WHERE id(u) = 
1407374883553780 RETURN u $$) as (u agtype);
                                                                                
                                          u
   
   
------------------------------------------------------------------------------------------------------------------------------------
   
-----------------------------------------------------------------------------------------------------------
    {"id": 1407374883553780, "label": "Feature", "properties": {"id": 
"pfr:nelson:tank:C09", "name": "C09", "relations": [{"id": "pfr:n
   elson:tank_group:C", "relation": "partOf"}], "description": "C09", 
"featureGroup": "pfr:fg:tank"}}::vertex
   (1 row)
   
   fishpond=#
   ```
   


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

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

Reply via email to