Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ deref
Method
deref
datafusion/expr/src/ptr_eq.rs:97–99 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
95
type Target = Ptr;
96
97
fn deref(&self) -> &Self::Target {
98
&self.0
99
}
100
}
101
102
trait PointerType {}
Callers
8
test_ptr_eq_wrapper
Function · 0.45
get_map_values_field_as_list_field
Function · 0.45
ensure_field_nullability
Function · 0.45
inner
Method · 0.45
inner
Method · 0.45
build_join
Function · 0.45
f_up
Method · 0.45
can_pullup_over_aggregation
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_ptr_eq_wrapper
Function · 0.36