-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add eval and explain functionalities to UI and APIs #6
Conversation
Codecov ReportBase: 1.56% // Head: 0.81% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
========================================
- Coverage 1.56% 0.81% -0.75%
========================================
Files 1 1
Lines 64 122 +58
========================================
Hits 1 1
- Misses 63 121 +58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b3fbb2b
to
f97a1ab
Compare
f97a1ab
to
72c3572
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull down and tested. Can confirm the submodule build is now successful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work getting the playground working with partiql-lang-rust
v0.2.0! Left some minor comments related to wording and a suggestion
Co-authored-by: Alan Cai <[email protected]>
Co-authored-by: Alan Cai <[email protected]>
Co-authored-by: Alan Cai <[email protected]>
Description of changes:
Explain
to the playground usingpartiql-lang-rust
0.2.0
new features./explain
and/eval
REST APIs forExplain
and evaluation functionalities.UI Demo
CLI Demo
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.