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

refactor!: replace output of result_evaluate and final_round_evaluate of ProofPlan with Table #371

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

iajoiner
Copy link
Contributor

@iajoiner iajoiner commented Nov 13, 2024

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.

Please go through the following checklist

Rationale for this change

To make ProofPlans composable it is more natural for us to return Tables in result_evaluate and final_round_evaluate in ProofPlan.

What changes are included in this PR?

  • replace output of result_evaluate and final_round_evaluate of ProofPlan with Table
  • add Table::columns, ProvableQueryResult::new_from_table to simplify the code

Are these changes tested?

Yes.

@iajoiner iajoiner force-pushed the feat/output-table branch 2 times, most recently from 0d76046 to 6946dfc Compare November 14, 2024 13:02
@iajoiner iajoiner force-pushed the feat/output-table branch 6 times, most recently from c1c6d41 to e0a9b32 Compare November 14, 2024 15:41
@iajoiner iajoiner force-pushed the feat/output-table branch 5 times, most recently from 324d312 to 72e3cb9 Compare November 14, 2024 16:26
@iajoiner iajoiner merged commit b5a2a7b into main Nov 14, 2024
12 checks passed
Copy link

🎉 This PR is included in version 0.46.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants