MCPcopy 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
102trait PointerType {}

Callers 8

test_ptr_eq_wrapperFunction · 0.45
ensure_field_nullabilityFunction · 0.45
innerMethod · 0.45
innerMethod · 0.45
build_joinFunction · 0.45
f_upMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_ptr_eq_wrapperFunction · 0.36