lance-format/lance

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

Open

#353 aberto em 5 de dez. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
duckdbenhancementgood first issuerust

Métricas do repositório

Stars
 (6.582 stars)
Métricas de merge de PR
 (Mesclagem média 6d 1h) (219 fundiu PRs em 30d)

Description

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.

Guia do colaborador