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

Method eq

datafusion/expr/src/udf.rs:88–90  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

86
87impl PartialEq for ScalarUDF {
88 fn eq(&self, other: &Self) -> bool {
89 self.inner.as_ref().dyn_eq(other.inner.as_ref() as &dyn Any)
90 }
91}
92
93impl PartialOrd for ScalarUDF {

Callers 15

generate_sort_keyFunction · 0.45
new_boundsMethod · 0.45
test_lit_nonzeroFunction · 0.45
test_lit_timestamp_nanoFunction · 0.45
is_nullMethod · 0.45

Calls 2

dyn_eqMethod · 0.45
as_refMethod · 0.45