feat(interactive): Implement a c++ wrapper for compiler's GraphPlanner#4310
Merged
longbinlai merged 33 commits intoalibaba:mainfrom Jan 14, 2025
Merged
feat(interactive): Implement a c++ wrapper for compiler's GraphPlanner#4310longbinlai merged 33 commits intoalibaba:mainfrom
longbinlai merged 33 commits intoalibaba:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4310 +/- ##
===========================================
+ Coverage 34.33% 58.78% +24.44%
===========================================
Files 126 12 -114
Lines 13257 592 -12665
===========================================
- Hits 4552 348 -4204
+ Misses 8705 244 -8461 see 126 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Committed-by: xiaolei.zl from Dev container
Contributor
|
Please check the preview of the documentation changes at |
shirly121
previously approved these changes
Nov 5, 2024
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
44ebffd to
e217d75
Compare
Committed-by: xiaolei.zl@alibaba-inc.com from Dev container
…49/GraphScope into call-compiler-via-jni
Committed-by: xiaolei.zl@alibaba-inc.com from Dev container
longbinlai
approved these changes
Jan 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GraphPlanner, which is used to generate physical plan from a cypher query string.Fix #4306
Usage:
The
CompilePlanare exposed by two ways: JNI or REST API, see https://github.com/zhanglei1949/GraphScope/blob/call-compiler-via-jni/docs/interactive_engine/graph_planner.md for more usages.