lance-format/lance

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

Open

#353 aperta il 5 dic 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (695 fork)github user discovery
duckdbenhancementgood first issuerust

Metriche repository

Star
 (6582 star)
Metriche merge PR
 (Merge medio 6g 1h) (219 PR mergiate in 30 g)

Descrizione

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.

Guida contributor