Skip to content

enrich StreamingValue interface to delegate plan properties to implementing values #3291

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

Open
normen662 opened this issue Apr 3, 2025 · 0 comments

Comments

@normen662
Copy link
Contributor

StreamingValue is introduced in #3280 but just adds a method to evaluate the value in a stream-like fashion. This leaves some room for improvements as RecordQueryTableFunctionPlan does not have the necessary insights into these new Values yet.

The following (current) defaulting properties come to mind:

  • cardinalities
  • distinctness
  • order

but probably some more.

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

No branches or pull requests

1 participant