Skip to content

Add support for datetime functions during translation #365

@jaapa-fens

Description

@jaapa-fens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions