Hello, ```CYPHER RETURN point({x: 2.3, y: 4.5}) AS p ``` Neo4j RETURNS : `point({srid:7203, x:2.3, y:4.5})` ArcadeDB returns `{"x":2.3,"y":4.5,"crs":"cartesian"}` not going to lie, I don't actually need it , just trying to stick to neo4j behavior
Hello,
Neo4j RETURNS :
point({srid:7203, x:2.3, y:4.5})ArcadeDB returns
{"x":2.3,"y":4.5,"crs":"cartesian"}not going to lie, I don't actually need it , just trying to stick to neo4j behavior