-
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
Multi paths. #3318
Multi paths. #3318
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
matchClauseCtx->aliasesUsed = aliasesUsed; | ||
NG_RETURN_IF_ERROR(validatePath(matchClause->path(), *matchClauseCtx)); | ||
if (matchClause->path()->pathSize() > 1) { | ||
return Status::SemanticError("Multi paths not supported."); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The data structure of MatchClauseContext
may need to be redesigned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.
What type of PR is this?
What does this PR do?
Partial work of implementing OpenCypher.
Which issue(s)/PR(s) this PR relates to?
Partial work of implementing OpenCypher.
Special notes for your reviewer, ex. impact of this fix, etc:
Additional context:
Checklist:
Release notes:
Please confirm whether to reflect in release notes and how to describe: