Skip to content

Commit 025dc61

Browse files
committed
Support limit pushdown for OneOfExec
1 parent 169eb66 commit 025dc61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/rewrite/exploitation.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@ impl ExecutionPlan for OneOfExec {
422422
)?))
423423
}
424424

425+
fn supports_limit_pushdown(&self) -> bool {
426+
true
427+
}
428+
425429
fn execute(
426430
&self,
427431
partition: usize,

0 commit comments

Comments
 (0)