Skip to content

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 requested a review from zyang-tudb October 18, 2022 08:41
@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.

4 participants