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

Translate "all" expression #307

Closed bangsun closed 5 years ago

bangsun commented 5 years ago

can support "all" expr translation ,for example: MATCH p=(n:TEST)-[r*TEST_CE]-(m:TEST1{value:$test1}) where all (edge in relationships(p) where edge.transtime>=($frms_trans_time - $frms_time_range) and edge.transtime<= 1537977600000) return count(distinct n) =1

dwitry commented 5 years ago

Hello @bangsun,

it is possible to implement. We will consider implementing it in future releases, however, I can't provide a time frame for that now. Contributions are always welcome.