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

Method eq

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

Source from the content-addressed store, hash-verified

496
497impl PartialEq for HigherOrderFunction {
498 fn eq(&self, other: &Self) -> bool {
499 self.func.as_ref() == other.func.as_ref() && self.args == other.args
500 }
501}
502
503/// A named reference to a lambda parameter which includes it's own [`FieldRef`],

Callers

nothing calls this directly

Calls 2

binary_exprFunction · 0.70
as_refMethod · 0.45

Tested by

no test coverage detected