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

Method runtime

datafusion/ffi/src/udtf.rs:99–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 fn runtime(&self) -> Option<Handle> {
100 let private_data = self.private_data as *const TableFunctionPrivateData;
101 unsafe { (*private_data).runtime.clone() }
102 }
103}
104
105unsafe extern "C" fn call_fn_wrapper(

Callers 4

call_fn_wrapperFunction · 0.45
call_with_args_wrapperFunction · 0.45
clone_fn_wrapperFunction · 0.45
call_with_argsMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected