MCPcopy Create free account
hub / github.com/apache/datafusion / clone

Method clone

datafusion/ffi/src/session/mod.rs:463–465  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

461
462impl Clone for FFI_SessionRef {
463 fn clone(&self) -> Self {
464 unsafe { (self.clone)(self) }
465 }
466}
467
468fn table_options_from_rhashmap(options: SVec<(SString, SString)>) -> TableOptions {

Callers 9

table_options_fn_wrapperFunction · 0.45
clone_fn_wrapperFunction · 0.45
newMethod · 0.45
try_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected