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

Implement Spanner Graph queries #99

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

apstndb
Copy link
Contributor

@apstndb apstndb commented Sep 13, 2024

This PR implements #98 except DDLs.
I want to separate {CREATE | DROP} PROPERTY GRAPH DDL to another PR.

  • GRAPH_TABLE operator
  • Graph subqueries as GoogleSQL expression
  • Graph functions/predicates as GoogleSQL expression
  • GQL statements
    • FILTER statement
    • FOR statement
    • LET statement
    • LIMIT statement
    • MATCH statement
    • NEXT statement
    • OFFSET statement
    • ORDER BY statement
      • collation
    • RETURN statement
    • SKIP statement
    • WITH statement
    • Set operation
    • Graph hints
  • Path Patterns
  • Misc
    • Add tests
    • Support in ./tools/parse
    • Implement all Pos() and End()
    • Clean up
    • Add helper functions (requires Go 1.20 because sqlOpt requires comparable with interface)
      • Bump Go version to 1.20
    • Add godoc

@apstndb apstndb changed the title Support gql Implement Spanner Graph Sep 17, 2024
@apstndb apstndb changed the title Implement Spanner Graph Implement Spanner Graph queries Sep 18, 2024
@apstndb apstndb marked this pull request as ready for review September 18, 2024 04:35
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.

1 participant