opencypher / openCypher

Specification of the Cypher property graph query language

Home Page:http://www.opencypher.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark `extract()` and `filter()` as legacy in grammar

Mats-SX opened this issue · comments

As discussed in #228 extract() and filter() have been deprecated in favour of list comprehensions: [var IN listExpr WHERE predicate].

The grammar should mark them as legacy properly.