lance-format/lance

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

Open

#353 建立於 2022年12月5日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (695 fork)github user discovery
duckdbenhancementgood first issuerust

倉庫指標

Star
 (6,582 star)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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.

貢獻者指南