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

Return node and rel data type #1168

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Return node and rel data type #1168

merged 1 commit into from
Jan 11, 2023

Conversation

andyfengHKU
Copy link
Contributor

This PR change the semantic of return node and rel to comply with Cypher standard.

  • return node as interval node ID, node label and a map of node properties
    • (0:0:User {name:Adam, age:30})
  • return rel as, src node ID, dst node ID, and a map of rel properties.
    • (0:0)-[{_id:27, year:1930}]->(0:1)
  • add label function for node

@andyfengHKU andyfengHKU merged commit 7022f5b into master Jan 11, 2023
@andyfengHKU andyfengHKU deleted the return-node-id branch January 11, 2023 04:38
@ray6080 ray6080 changed the title Return node Return node and rel data type 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

2 participants