You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lance format itself does support nested columns projection pushdown, filter/predicates pushdown as well as LIMIT / OFFSET pushdown (#45). However, the Apache Arrow ScanOptions and Duckdb Pyarrow integration do not fully support these optimizations yet (#46).
We could expose these filters via our Python and C++ API first to make them usable first.
Desired Behavior
Enrich Python / C++ API support for nested column projection pushdown, filter / predicates pushdown as well as limit/offset clause pushdown.
Problem Statement
Lance format itself does support nested columns projection pushdown, filter/predicates pushdown as well as LIMIT / OFFSET pushdown (#45). However, the Apache Arrow
ScanOptions
and Duckdb Pyarrow integration do not fully support these optimizations yet (#46).We could expose these filters via our Python and C++ API first to make them usable first.
Desired Behavior
Enrich Python / C++ API support for nested column projection pushdown, filter / predicates pushdown as well as limit/offset clause pushdown.
Proposed python API change:
The text was updated successfully, but these errors were encountered: