CapnSpek commented on issue #870:
URL: https://github.com/apache/age/issues/870#issuecomment-1528768063

   It appears that neo4j has no orderability between different types.
   In the sense that comparing an edge to a vertex, or an edge to a path, or a 
path to a vertex, or anything else, returns null.
   
![image](https://user-images.githubusercontent.com/109627745/235300282-033120c5-3474-4cb3-b675-c887bb997e77.png)
   
   
![image](https://user-images.githubusercontent.com/109627745/235300291-7a697a05-0df3-4377-94be-84448a29a80c.png)
   
![image](https://user-images.githubusercontent.com/109627745/235300298-435ea296-5fa1-4047-97a4-7e934f828861.png)
   
   No comparability between booleans and numerics either.
   
![image](https://user-images.githubusercontent.com/109627745/235300330-a5d11145-28a6-4dcd-a36d-33d517b72a71.png)
   
   Or strings and numerics
   
![image](https://user-images.githubusercontent.com/109627745/235300372-0376c142-8411-46e6-a210-eaee0bbdcb8d.png)
   
   If we wish to implement the ways of Neo4j, then orderability can be outright 
removed and an error can be thrown when 2 different types (except in the case 
of 2 numerics) are compared.


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