Translate "all" expression
bangsun opened this issue · 1 comments
bangsun commented
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