vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.64k stars 1.19k forks source link

nGQL could accept result of Open Cypher statements #5001

Open Shylock-Hg opened 1 year ago

Shylock-Hg commented 1 year ago

Introduction

As

MATCH ... | DELETE ...

but

GO ... | MATCH ...

Is still illegal.

This could resolve https://discuss.nebula-graph.com.cn/t/topic/11578/3 without index.

Contents

Related work

czpmango commented 1 year ago

We should reconsider the feature design of DMLs, maybe we could refer to cypher and do it based on variables instead of pipe variables.

More details could refer to: https://hal.science/hal-03012016/document