alamb commented on code in PR #21651:
URL: https://github.com/apache/datafusion/pull/21651#discussion_r3148450013


##########
datafusion/physical-expr/src/projection.rs:
##########
@@ -726,6 +729,100 @@ impl ProjectionExprs {
     }
 }
 
+/// Propagate min/max statistics through an expression using
+/// [`PhysicalExpr::evaluate_bounds`]. Works for any expression that
+/// implements `evaluate_bounds` (CAST, negation, arithmetic with literals, 
etc.).
+///
+/// Only applied when the expression references a single column at most once in

Review Comment:
   Here is the docs PR:
   - https://github.com/apache/datafusion/pull/21879



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to