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

[GIE Compiler] Define cypher grammar by antlr && support cypher service #2582

Merged
merged 113 commits into from
Apr 1, 2023

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Mar 31, 2023

What do these changes do?

grammar:

  1. define cypher grammar by antlr.
  2. convert antlr AST to algebra structures in compiler by GraphBuilder.
  3. rename package name of gremlin grammar from org.apache.tinkerpop.gremlin.language.grammar to com.alibaba.graphscope.grammar, to be integrated with cypher.

service:

  1. provide cypher service to support queries end-to-end.

Related issue number

Fixes

shirly121 and others added 30 commits November 4, 2022 16:45
@shirly121 shirly121 changed the title [GIE Compiler] Define cypher grammar by antlr && convert AST to algebra structures [GIE Compiler] Define cypher grammar by antlr && support cypher service Mar 31, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2023

Codecov Report

Merging #2582 (ba2a9ac) into main (9153181) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2582   +/-   ##
=======================================
  Coverage   39.90%   39.90%           
=======================================
  Files          88       88           
  Lines        9838     9838           
=======================================
  Hits         3926     3926           
  Misses       5912     5912           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9153181...ba2a9ac. Read the comment docs.

@shirly121 shirly121 merged commit 608b41d into alibaba:main Apr 1, 2023
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.

None yet

3 participants