MCPcopy Create free account
hub / github.com/apache/datafusion / and_expr

Function and_expr

datafusion/pruning/src/pruning_predicate.rs:1694–1699  ·  view source on GitHub ↗
(
    left: Arc<dyn PhysicalExpr>,
    right: Arc<dyn PhysicalExpr>,
)

Source from the content-addressed store, hash-verified

1692}
1693
1694fn and_expr(
1695 left: Arc<dyn PhysicalExpr>,
1696 right: Arc<dyn PhysicalExpr>,
1697) -> Arc<dyn PhysicalExpr> {
1698 binary_expr(left, Operator::And, right)
1699}
1700
1701fn or_expr(
1702 left: Arc<dyn PhysicalExpr>,

Callers 4

build_eq_statistics_exprFunction · 0.85
build_is_distinct_fromFunction · 0.85

Calls 1

binary_exprFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…