opencypher / openCypher

Specification of the Cypher property graph query language
http://www.opencypher.org
Apache License 2.0
853 stars 149 forks source link

Use COMPARE token for defining comparison operators in PartialComparisonExpression rule #547

Closed 1sand0s closed 1 year ago

1sand0s commented 2 years ago

Signed-off-by: 1sand0s 1sand0sardpi@gmail.com

Using a COMPARE token to define the list of possible comparison operators before their usage in the oC_PartialComparisonExpression production rule makes it possible to easily identify which operator was used in the parsed Cypher query (by fetching the terminal node COMPARE).

arnefischereit commented 1 year ago

Hi @1sand0s,

We have not heard from you in a while. I will now close this issue but please feel free to open a new issue when you want to continue on this work.

Thanks again for your intent to contribute to openCypher.

Regards,

Arne