File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
datafusion/physical-expr/src/equivalence/properties Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ use datafusion_physical_expr_common::utils::ExprPropertiesNode;
5252use indexmap:: IndexSet ;
5353use itertools:: Itertools ;
5454
55- /// A `EquivalenceProperties` object stores information known about the output
55+ /// `EquivalenceProperties` stores information about the output
5656/// of a plan node, that can be used to optimize the plan.
5757///
5858/// Currently, it keeps track of:
@@ -61,6 +61,10 @@ use itertools::Itertools;
6161/// - Constants expressions: expressions that are known to contain a single
6262/// constant value.
6363///
64+ /// Please see the [Using Ordering for Better Plans] blog for more details.
65+ ///
66+ /// [Using Ordering for Better Plans]: https://datafusion.apache.org/blog/2025/03/11/ordering-analysis/
67+ ///
6468/// # Example equivalent sort expressions
6569///
6670/// Consider table below:
You can’t perform that action at this time.
0 commit comments