2010YOUY01 commented on code in PR #19609:
URL: https://github.com/apache/datafusion/pull/19609#discussion_r2681669528
##########
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:
I changed it to `evaluate_statistics_vectorized` in
[9d256a5](https://github.com/apache/datafusion/pull/19609/commits/9d256a58320bf915335591c0c741dfb7993e369f),
it makes sense to make it more general, and potentially unify those APIs.
--
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]