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 e136fa0 commit f878c99Copy full SHA for f878c99
datafusion/physical-expr/src/window/built_in_window_function_expr.rs
@@ -76,10 +76,10 @@ pub trait BuiltInWindowFunctionExpr: Send + Sync + std::fmt::Debug {
76
None
77
}
78
79
- /// Adds any equivalent orderings this expression expression
80
- /// generates to the `builder`.
+ /// Adds any equivalent orderings generated by this expression
+ /// to `builder`.
81
///
82
- /// by default does nothing
+ /// The default implementation does nothing
83
fn add_equal_orderings(&self, _builder: &mut OrderingEquivalenceBuilder) {}
84
85
/// Can the window function be incrementally computed using
0 commit comments