vesoft-inc / nebula-graph

A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula

Home Page:https://nebula-graph.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[incompatible OpenCypher] The syntax of `WITH` and `RETURN` in parser is not complete

jievince opened this issue · comments

Cypher supports:

RETURN *
RETURN *, expr1, expr2
RETURN expr1, expr2

WITH *
WITH *, expr1, expr2
WITH expr1, expr2