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

Method clone

datafusion/ffi/src/udf/mod.rs:227–229  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

225
226impl Clone for FFI_ScalarUDF {
227 fn clone(&self) -> Self {
228 unsafe { (self.clone)(self) }
229 }
230}
231
232impl From<Arc<ScalarUDF>> for FFI_ScalarUDF {

Callers 7

coerce_types_fn_wrapperFunction · 0.45
fromMethod · 0.45
statisticsMethod · 0.45
scanMethod · 0.45
executeMethod · 0.45
invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by 5

statisticsMethod · 0.36
scanMethod · 0.36
executeMethod · 0.36
invoke_with_argsMethod · 0.36