We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2ba53 commit bd44148Copy full SHA for bd44148
src/daft-dsl/src/expr/window.rs
@@ -55,7 +55,7 @@ pub struct WindowSpec {
55
pub ascending: Vec<bool>,
56
/// Window frame specification
57
pub frame: Option<WindowFrame>,
58
- /// Minimum number of rows required to compute a result
+ /// Minimum number of observations required to produce a value
59
pub min_periods: i64,
60
}
61
0 commit comments