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

Method eq

datafusion/functions-aggregate-common/src/utils.rs:84–86  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

82
83impl<T: ArrowNativeTypeOp> PartialEq for Hashable<T> {
84 fn eq(&self, other: &Self) -> bool {
85 self.0.is_eq(other.0)
86 }
87}
88
89impl<T: ArrowNativeTypeOp> Eq for Hashable<T> {}

Callers 10

compare_element_to_listFunction · 0.45
nullif_funcFunction · 0.45
output_orderingMethod · 0.45
output_orderingMethod · 0.45
simplify_concatFunction · 0.45
output_orderingMethod · 0.45
output_orderingMethod · 0.45
is_insensitiveMethod · 0.45
hard_requiresMethod · 0.45
accumulatorMethod · 0.45

Calls 1

is_eqMethod · 0.45

Tested by

no test coverage detected