-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
support intersect/minus for cypher #5116
Conversation
Do we need it? As I known, it's not included in Open Cypher specification. |
Union/Intersect/Minus is very useful. And openCypher has a pr to include them, but they forget to merge it. |
3c25050
to
fbd0fca
Compare
fbd0fca
to
beef5ba
Compare
beef5ba
to
5fbf591
Compare
good job!These will enrich our match statement capabilities, and it's better to give some examples. |
cc @Sophie-Xie |
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Close #5115,
By the way, fix #5113
Description:
Usage:
cypher_statement1 UNION/INTERSECT/MINUS cypher_statement2
e.g.
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: