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

Method eq

datafusion/expr-common/src/signature.rs:1133–1136  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1131
1132impl PartialEq for Coercion {
1133 fn eq(&self, other: &Self) -> bool {
1134 self.desired_type() == other.desired_type()
1135 && self.implicit_coercion() == other.implicit_coercion()
1136 }
1137}
1138
1139impl Hash for Coercion {

Callers 6

contains_valueMethod · 0.45
is_supersetMethod · 0.45
div_boundsFunction · 0.45
rangeMethod · 0.45
combine_bernoullisFunction · 0.45

Calls 2

desired_typeMethod · 0.80
implicit_coercionMethod · 0.80

Tested by

no test coverage detected