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

Extract useful info from cypher create construct and add as fields of lynxCreate #368

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LianxinGao
Copy link
Contributor

What changes were proposed in this pull request?

as title

Why are the changes needed?

First step of DeCypher

Does this PR introduce any user-facing change?

no

How was this patch tested?

not yet

@LianxinGao LianxinGao changed the title Extract useful info from cypher create construct and add as fields of lynxCreate [WIP] Extract useful info from cypher create construct and add as fields of lynxCreate Oct 20, 2022
@LianxinGao LianxinGao changed the title [WIP] Extract useful info from cypher create construct and add as fields of lynxCreate Extract useful info from cypher create construct and add as fields of lynxCreate Oct 25, 2022

/**
*@description:
*/
case class LogicalCreate(c: Create)(val in: Option[LogicalNode]) extends LogicalNode {
case class LogicalCreate(patternParts: Seq[PatternPart])(val in: Option[LogicalNode])
Copy link
Contributor

Choose a reason for hiding this comment

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

What's your plan of replacing Cypher PatternPart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants