Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nGQL could accept result of Open Cypher statements #5001

Open
Shylock-Hg opened this issue Dec 6, 2022 · 1 comment
Open

nGQL could accept result of Open Cypher statements #5001

Shylock-Hg opened this issue Dec 6, 2022 · 1 comment
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@Shylock-Hg
Copy link
Contributor

Shylock-Hg commented Dec 6, 2022

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

@Shylock-Hg Shylock-Hg added the type/enhancement Type: make the code neat or more efficient label Dec 6, 2022
@czpmango
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants