Skip to content

Commit bd44148

Browse files
committed
refactor(window): clarify min_periods comment
1 parent ee2ba53 commit bd44148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/daft-dsl/src/expr/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub struct WindowSpec {
5555
pub ascending: Vec<bool>,
5656
/// Window frame specification
5757
pub frame: Option<WindowFrame>,
58-
/// Minimum number of rows required to compute a result
58+
/// Minimum number of observations required to produce a value
5959
pub min_periods: i64,
6060
}
6161

0 commit comments

Comments
 (0)