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

Function eq

datafusion/physical-expr/benches/simplify.rs:155–160  ·  view source on GitHub ↗
(
    left: Arc<dyn PhysicalExpr>,
    right: Arc<dyn PhysicalExpr>,
)

Source from the content-addressed store, hash-verified

153}
154
155fn eq(
156 left: Arc<dyn PhysicalExpr>,
157 right: Arc<dyn PhysicalExpr>,
158) -> Arc<dyn PhysicalExpr> {
159 Arc::new(BinaryExpr::new(left, Operator::Eq, right))
160}
161
162/// Build a predicate similar to TPC-DS q76 catalog_sales filter.
163/// Uses placeholder columns instead of hash expressions.

Callers 15

catalog_sales_predicateFunction · 0.85
web_sales_predicateFunction · 0.85
eqMethod · 0.85
eqMethod · 0.85
arc_ptr_eqFunction · 0.85
find_or_insertMethod · 0.85
eqMethod · 0.85
eq_to_previousMethod · 0.85
eq_dyn_nullFunction · 0.85
try_remFunction · 0.85
join_with_alias_filterFunction · 0.85

Calls 1

newFunction · 0.85

Tested by 5

join_with_alias_filterFunction · 0.68
join_with_alias_filterFunction · 0.68