Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ clone
Method
clone
datafusion/ffi/src/session/config.rs:118–120 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
116
117
impl Clone for FFI_SessionConfig {
118
fn clone(&self) -> Self {
119
unsafe { (self.clone)(self) }
120
}
121
}
122
123
impl Drop for FFI_SessionConfig {
Callers
4
clone_fn_wrapper
Function · 0.45
from
Method · 0.45
try_from
Method · 0.45
test_round_trip_ffi_session_config
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_round_trip_ffi_session_config
Function · 0.36