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.
1 parent f30af51 commit 43f7592Copy full SHA for 43f7592
datafusion/physical-plan/src/windows/mod.rs
@@ -673,7 +673,7 @@ pub fn get_window_mode(
673
/// # Parameters
674
/// - `expr`: The physical expression to generate sort options for
675
/// - `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.
+/// If false, generates only 2 options that preserve set monotonicity.
677
///
678
/// # When to use `all_options = true`:
679
/// Use for PARTITION BY columns where we want to explore all possible orderings to find
0 commit comments