alamb commented on code in PR #19609:
URL: https://github.com/apache/datafusion/pull/19609#discussion_r2676834118
##########
datafusion/physical-expr-common/src/physical_expr.rs:
##########
@@ -430,6 +437,36 @@ pub trait PhysicalExpr: Any + Send + Sync + Display +
Debug + DynEq + DynHash {
fn is_volatile_node(&self) -> bool {
false
}
+
+ /// Evaluates pruning statistics via propagation. See the pruning module
Review Comment:
If the only thing it will ever be used for is pruning then putting pruning
in the name makes sense
I still have (not so) secret hopes, that we can somehow unify these range /
expression analysis APIs as they all seem so similar in theory
--
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]