We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d473076 commit 85d8c39Copy full SHA for 85d8c39
1 file changed
datafusion/physical-plan/src/windows/bounded_window_agg_exec.rs
@@ -65,13 +65,13 @@ use datafusion_physical_expr_common::sort_expr::{
65
OrderingRequirements, PhysicalSortExpr,
66
};
67
68
+use crate::execution_plan::CardinalityEffect;
69
use ahash::RandomState;
70
use futures::stream::Stream;
71
use futures::{StreamExt, ready};
72
use hashbrown::hash_table::HashTable;
73
use indexmap::IndexMap;
74
use log::debug;
-use crate::execution_plan::CardinalityEffect;
75
76
/// Window execution plan
77
#[derive(Debug, Clone)]
0 commit comments