lance-format/lance
Auf GitHub ansehenAdd optimizer rule to change `LanceScanExec -> FilterExec` into `FilteredReadExec`
Open
#5.154 geöffnet am 6. Nov. 2025
good first issueperformance
Repository-Metriken
- Stars
- (6.582 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)
Beschreibung
There are query plans like this one that could benefit from pushing down the filter:
Note: this will become obsolete if we change Scanner to construct a logical plan using the LanceTableProvider since pushdown can be handled at that layer. However, that's a ways off.