opencypher / cypher-for-gremlin

Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Apache License 2.0
359 stars 48 forks source link

Add support for datetime functions during translation #365

Open jaapa-fens opened 2 years ago

jaapa-fens commented 2 years ago

When I am writing the following query: match (r:Resource) where r.dt >= datetime('2022-07-04T06:39:33Z') return count(r) as before_count and trying to translate it to gremlin, it shows an error as shown in the image:- image

Please, add support to translate the cypher queries with date functions to the corresponding gremlin queries.

lvca commented 2 years ago

Any chance this project can get some help? I'm stuck on the same problem.