Skip to content

Commit 43f7592

Browse files
committed
Update mod.rs
1 parent f30af51 commit 43f7592

File tree

1 file changed

+1
-1
lines changed
  • datafusion/physical-plan/src/windows

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/windows/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ pub fn get_window_mode(
673673
/// # Parameters
674674
/// - `expr`: The physical expression to generate sort options for
675675
/// - `all_options`: If true, generates all 4 possible sort options (ASC/DESC × NULLS FIRST/LAST).
676-
/// If false, generates only 2 options that preserve set monotonicity.
676+
/// If false, generates only 2 options that preserve set monotonicity.
677677
///
678678
/// # When to use `all_options = true`:
679679
/// Use for PARTITION BY columns where we want to explore all possible orderings to find

0 commit comments

Comments
 (0)