Skip to content

Commit 432995c

Browse files
authored
chore: make LimitPushPastWindows public (#17736)
1 parent 9fae60c commit 432995c

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-optimizer/src

1 file changed

+1
-1
lines changed

datafusion/physical-optimizer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ pub mod ensure_coop;
3434
pub mod filter_pushdown;
3535
pub mod join_selection;
3636
pub mod limit_pushdown;
37+
pub mod limit_pushdown_past_window;
3738
pub mod limited_distinct_aggregation;
3839
pub mod optimizer;
3940
pub mod output_requirements;
4041
pub mod projection_pushdown;
4142
pub use datafusion_pruning as pruning;
42-
mod limit_pushdown_past_window;
4343
pub mod sanity_checker;
4444
pub mod topk_aggregation;
4545
pub mod update_aggr_exprs;

0 commit comments

Comments
 (0)