Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
impl<T: ArrowNativeTypeOp> PartialEq for Hashable<T> {
84
fn eq(&self, other: &Self) -> bool {
85
self.0.is_eq(other.0)
86
}
87
}
88
89
impl<T: ArrowNativeTypeOp> Eq for Hashable<T> {}
Callers
10
compare_element_to_list
Function · 0.45
nullif_func
Function · 0.45
output_ordering
Method · 0.45
output_ordering
Method · 0.45
simplify_concat
Function · 0.45
output_ordering
Method · 0.45
output_ordering
Method · 0.45
is_insensitive
Method · 0.45
hard_requires
Method · 0.45
accumulator
Method · 0.45
Calls
1
is_eq
Method · 0.45
Tested by
no test coverage detected