Skip to content

Commit ac989af

Browse files
authored
Add blog link to EquivalenceProperties docs (#15215)
1 parent 8061485 commit ac989af

File tree

1 file changed

+5
-1
lines changed
  • datafusion/physical-expr/src/equivalence/properties

1 file changed

+5
-1
lines changed

datafusion/physical-expr/src/equivalence/properties/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use datafusion_physical_expr_common::utils::ExprPropertiesNode;
5252
use indexmap::IndexSet;
5353
use 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:

0 commit comments

Comments
 (0)