Skip to content

Commit 3910e12

Browse files
authored
Support limit pushdown for OneOfExec (#94)
1 parent 0c408a7 commit 3910e12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rewrite/exploitation.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ impl ExecutionPlan for OneOfExec {
450450
)?))
451451
}
452452

453+
fn supports_limit_pushdown(&self) -> bool {
454+
true
455+
}
456+
453457
fn execute(
454458
&self,
455459
partition: usize,

0 commit comments

Comments
 (0)