Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 datafusion_pruning - Rust
Used to prove that arbitrary predicates (boolean expression) can not
possibly evaluate to true given information about a column provided by
PruningStatistics.
Rewrites predicates that PredicateRewriter can not handle, e.g. certain
complex expressions or predicates that reference columns that are not in the
schema.
Build a pruning predicate from an optional predicate expression.
If the predicate is None or the predicate cannot be converted to a pruning
predicate, return None.
If there is an error creating the pruning predicate it is recorded by incrementing
the predicate_creation_errors counter.