Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 23, 2025
1 parent d7ad1e6 commit d5b4ac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datafusion/physical-expr/src/equivalence/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,10 @@ impl EquivalenceProperties {
///
/// Returns `true` if the expression is constant across all partitions according
/// to equivalence group, `false` otherwise
#[deprecated(since = "45.0.0", note = "Use [`is_expr_constant_across_partitions`] instead")]
#[deprecated(
since = "45.0.0",
note = "Use [`is_expr_constant_across_partitions`] instead"
)]
pub fn is_expr_constant_accross_partitions(
&self,
expr: &Arc<dyn PhysicalExpr>,
Expand Down

0 comments on commit d5b4ac0

Please sign in to comment.