Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAbdeen21 committed May 6, 2024
1 parent edf6a15 commit 7597104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/optimizer/src/common_subexpr_eliminate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,7 @@ impl ExprMask {

/// Go through an expression tree and generate identifiers for each subexpression.
///
/// This visitor also assigns an alias symbol to each expression, to be used if the
/// expression is getting eliminated, and tracks the frequency and datatype of each expression.
/// This visitor tracks the frequency and datatype of each expression.
///
/// `Expr` without sub-expr (column, literal etc.) will not have identifier
/// because they should not be recognized as common sub-expr.
Expand Down

0 comments on commit 7597104

Please sign in to comment.