Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
impl Clone for FFI_ScalarUDF {
227
fn clone(&self) -> Self {
228
unsafe { (self.clone)(self) }
229
}
230
}
231
232
impl From<Arc<ScalarUDF>> for FFI_ScalarUDF {
Callers
7
coerce_types_fn_wrapper
Function · 0.45
from
Method · 0.45
statistics
Method · 0.45
async_table_provider_thread
Function · 0.45
scan
Method · 0.45
execute
Method · 0.45
invoke_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
5
statistics
Method · 0.36
async_table_provider_thread
Function · 0.36
scan
Method · 0.36
execute
Method · 0.36
invoke_with_args
Method · 0.36