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

Method eq

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

Source from the content-addressed store, hash-verified

161
162impl PartialEq for dyn HigherOrderUDFImpl {
163 fn eq(&self, other: &Self) -> bool {
164 self.dyn_eq(other as _)
165 }
166}
167
168impl PartialOrd for dyn HigherOrderUDFImpl {

Callers

nothing calls this directly

Calls 2

dyn_eqMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected