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

Method inner

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

Source from the content-addressed store, hash-verified

92
93impl FFI_TableFunction {
94 fn inner(&self) -> &Arc<dyn TableFunctionImpl> {
95 let private_data = self.private_data as *const TableFunctionPrivateData;
96 unsafe { &(*private_data).udtf }
97 }
98
99 fn runtime(&self) -> Option<Handle> {
100 let private_data = self.private_data as *const TableFunctionPrivateData;

Callers 15

run_any_matchFunction · 0.45
run_any_match_divFunction · 0.45
concat_internalFunction · 0.45
eval_hof_on_i32_listFunction · 0.45
simplifyMethod · 0.45
is_powFunction · 0.45
is_logFunction · 0.45
call_fn_wrapperFunction · 0.45
call_with_args_wrapperFunction · 0.45
clone_fn_wrapperFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected