We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LimitPushPastWindows
1 parent 9fae60c commit 432995cCopy full SHA for 432995c
datafusion/physical-optimizer/src/lib.rs
@@ -34,12 +34,12 @@ pub mod ensure_coop;
34
pub mod filter_pushdown;
35
pub mod join_selection;
36
pub mod limit_pushdown;
37
+pub mod limit_pushdown_past_window;
38
pub mod limited_distinct_aggregation;
39
pub mod optimizer;
40
pub mod output_requirements;
41
pub mod projection_pushdown;
42
pub use datafusion_pruning as pruning;
-mod limit_pushdown_past_window;
43
pub mod sanity_checker;
44
pub mod topk_aggregation;
45
pub mod update_aggr_exprs;
0 commit comments