MCPcopy 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
117impl Clone for FFI_SessionConfig {
118 fn clone(&self) -> Self {
119 unsafe { (self.clone)(self) }
120 }
121}
122
123impl Drop for FFI_SessionConfig {

Callers 4

clone_fn_wrapperFunction · 0.45
fromMethod · 0.45
try_fromMethod · 0.45

Calls

no outgoing calls

Tested by 1