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

Unlabeled rel in match patterns #1087

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Unlabeled rel in match patterns #1087

merged 1 commit into from
Dec 2, 2022

Conversation

andyfengHKU
Copy link
Contributor

Initial attempt to support unlabeled rel

src/include/processor/operator/generic_extend.h Outdated Show resolved Hide resolved
src/include/processor/operator/generic_extend.h Outdated Show resolved Hide resolved
src/processor/operator/generic_extend.cpp Show resolved Hide resolved
Copy link
Contributor

@ray6080 ray6080 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The general comment is, as we discussed, in the next PR, we can try the idea of only having a single generic scan operator for all rel nodeIDs and properties. This can simplify sync states, and if it works fine, we shall propagate this to all scans (with filter pushdown) later.

@semihsalihoglu-uw
Copy link
Contributor

The general comment is, as we discussed, in the next PR, we can try the idea of only having a single generic scan operator for all rel nodeIDs and properties. This can simplify sync states, and if it works fine, we shall propagate this to all scans (with filter pushdown) later.

I'd hold onto doing this next PR given our priorities now.

@andyfengHKU andyfengHKU merged commit a81da23 into master Dec 2, 2022
@andyfengHKU andyfengHKU deleted the unlabeled-rel branch December 2, 2022 07:26
@ray6080 ray6080 changed the title Unlabeled rel Unlabeled rel queries Jan 29, 2023
@ray6080 ray6080 changed the title Unlabeled rel queries Unlabeled rel in match patterns Jan 29, 2023
@ray6080 ray6080 added the feature New features or missing components of existing features label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants