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.