8000 Adds pre-optimization hooks for DuckDB by NiclasHaderer · Pull Request #16115 · duckdb/duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adds pre-optimization hooks for DuckDB #16115

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 7 commits into from
Feb 11, 2025

Conversation

NiclasHaderer
Copy link
Contributor

It can sometimes be useful to run optimizers before DuckDB’s built-in optimizers to inspect and modify the raw logical query plan.

This PR introduces a hook that lets extensions register optimizer functions to run before DuckDB’s own optimizers.

@Mytherin Mytherin merged commit c276641 into duckdb:main Feb 11, 2025
48 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

NiclasHaderer pushed a commit to motherduckdb/public-duckdb that referenced this pull request Feb 13, 2025
Mytherin added a commit that referenced this pull request Feb 13, 2025
Antonov548 added a commit to Antonov548/duckdb-r that referenced this pull request Feb 27, 2025
krlmlr pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 5, 2025
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Mar 7, 2025
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 17, 2025
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 18, 2025
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.

2 participants
0