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!: modify ProofExpr::result_evaluate to return ColumnarValue and remove table_length as arg #357

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

iajoiner
Copy link
Contributor

@iajoiner iajoiner commented Nov 7, 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

In order to make ProofPlans composable it is necessary to allow one or more ProofPlans as the input to another. As such it is a great idea to remove table_length as an argument in ProofPlan::result_evaluate which in turn requires removal in ProofExpr.

What changes are included in this PR?

  • Remove table_length from ProofExpr::result_evaluate and return ColumnarValue.
  • Remove table_length from ProofPlan::result_evaluate.

Are these changes tested?

Yes

@iajoiner
Copy link
Contributor Author

iajoiner commented Nov 7, 2024

This PR replaced #334

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.

1 participant