8000 Add OperatorFinalize callback to operators - which is called after a pipeline is finished by Mytherin · Pull Request #17503 · duckdb/duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add OperatorFinalize callback to operators - which is called after a pipeline is finished #17503

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

Merged
merged 2 commits into from
May 15, 2025

Conversation

Mytherin
Copy link
Collaborator

This PR adds the OperatorFinalize callback. This callback is called after execution of a pipeline is fully finished - similar to the Sink Finalize call. This makes operators more powerful as we have a "final" co-ordination point, which will allow for more flexible/powerful operations to be implemented as (partially) streaming.

@Mytherin Mytherin merged commit af2d1d4 into duckdb:main May 15, 2025
48 checks passed
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 18, 2025
Add OperatorFinalize callback to operators - which is called after a pipeline is finished (duckdb/duckdb#17503)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 19, 2025
Add OperatorFinalize callback to operators - which is called after a pipeline is finished (duckdb/duckdb#17503)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 19, 2025
Add OperatorFinalize callback to operators - which is called after a pipeline is finished (duckdb/duckdb#17503)
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
0