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

[DuckDB] Filters pushdown via native lance reader (lance_scan) #353

Open
eddyxu opened this issue Dec 5, 2022 · 0 comments
Open

[DuckDB] Filters pushdown via native lance reader (lance_scan) #353

eddyxu opened this issue Dec 5, 2022 · 0 comments
Labels
duckdb enhancement New feature or request good first issue Good for newcomers rust Rust related tasks

Comments

@eddyxu
Copy link
Contributor

eddyxu commented Dec 5, 2022

DuckDB's C API doesn't seems to support filter pushdown, but the C++ one seems to have good support:

https://github.com/duckdb/duckdb/blob/239f51293c429168774c3943e96ddf2451253a07/src/include/duckdb/function/table_function.hpp#L253-L255

It sounds like we can even tell DuckDB which filters we support dynamically.

@eddyxu eddyxu added enhancement New feature or request good first issue Good for newcomers c++ C++ issues duckdb labels Dec 5, 2022
@eddyxu eddyxu added rust Rust related tasks and removed c++ C++ issues labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duckdb enhancement New feature or request good first issue Good for newcomers rust Rust related tasks
Projects
None yet
Development

No branches or pull requests

1 participant