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

Statically merge queries #31

Open
fehu opened this issue Jun 19, 2018 · 0 comments
Open

Statically merge queries #31

fehu opened this issue Jun 19, 2018 · 0 comments
Labels
enhancement New feature or request experimental This task might yield no positive result low-level Low-level API static Static API

Comments

@fehu
Copy link
Contributor

fehu commented Jun 19, 2018

Given two queries

q1 = MATCH $pattern1 RETURN $result1
q2 = MATCH $pattern2 RETURN $result2

The merged query should be

q1q2 = MATCH $pattern1, $pattern2 RETURN $result1, $result2 
@fehu fehu added enhancement New feature or request low-level Low-level API labels Jun 19, 2018
@fehu fehu added the static Static API label Jun 26, 2018
@fehu fehu added the experimental This task might yield no positive result label Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental This task might yield no positive result low-level Low-level API static Static API
Projects
None yet
Development

No branches or pull requests

1 participant