Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ from
Method
from
datafusion/expr/src/ptr_eq.rs:68–70 ·
view source on GitHub ↗
(ptr: Ptr)
Source
from the content-addressed store, hash-verified
66
Ptr: PointerType,
67
{
68
fn from(ptr: Ptr) -> Self {
69
PtrEq(ptr)
70
}
71
}
72
73
impl<T> From<PtrEq<Arc<T>>> for Arc<T>
Callers
nothing calls this directly
Calls
1
PtrEq
Class · 0.85
Tested by
no test coverage detected