-
Notifications
You must be signed in to change notification settings - Fork 447
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
feat(interactive): Implement a c++ wrapper for compiler's GraphPlanner #4310
base: main
Are you sure you want to change the base?
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
Please check the preview of the documentation changes at |
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
GraphPlanner
, which is used to generate physical plan from a cypher query string.Fix #4306
Usage:
The
CompilePlan
are exposed by two ways: JNI or REST API, see https://github.com/zhanglei1949/GraphScope/tree/call-compiler-via-jni/interactive_engine/compiler/src/main/native for more usages.