lance-format/lance
在 GitHub 查看[DuckDB] Filters pushdown via native lance reader (`lance_scan`)
Open
#353 建立於 2022年12月5日
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:
It sounds like we can even tell DuckDB which filters we support dynamically.