Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ eq
Method
eq
datafusion/expr/src/udf.rs:88–90 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
86
87
impl PartialEq for ScalarUDF {
88
fn eq(&self, other: &Self) -> bool {
89
self.inner.as_ref().dyn_eq(other.inner.as_ref() as &dyn Any)
90
}
91
}
92
93
impl PartialOrd for ScalarUDF {
Callers
15
generate_sort_key
Function · 0.45
test_split_conjunction_two
Function · 0.45
test_split_conjunction_alias
Function · 0.45
test_split_conjunction_or
Function · 0.45
test_split_binary_owned_different_op
Function · 0.45
test_split_conjunction_owned_or
Function · 0.45
new_bounds
Method · 0.45
test_lit_nonzero
Function · 0.45
test_lit_timestamp_nano
Function · 0.45
is_null
Method · 0.45
calculate_index_of_row
Method · 0.45
case_when_same_literal_then_types
Function · 0.45
Calls
2
dyn_eq
Method · 0.45
as_ref
Method · 0.45
Tested by
15
test_split_conjunction_two
Function · 0.36
test_split_conjunction_alias
Function · 0.36
test_split_conjunction_or
Function · 0.36
test_split_binary_owned_different_op
Function · 0.36
test_split_conjunction_owned_or
Function · 0.36
test_lit_nonzero
Function · 0.36
test_lit_timestamp_nano
Function · 0.36
case_when_same_literal_then_types
Function · 0.36
case_when_different_literal_then_types
Function · 0.36
expr_schema_nullability
Function · 0.36
test_case_expression_nullability
Function · 0.36
expr_to_sql_ok
Function · 0.36