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

Method inner

datafusion/ffi/src/execution/task_ctx.rs:79–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl FFI_TaskContext {
79 unsafe fn inner(&self) -> &Arc<TaskContext> {
80 unsafe {
81 let private_data = self.private_data as *const TaskContextPrivateData;
82 &(*private_data).ctx
83 }
84 }
85}
86
87unsafe extern "C" fn session_id_fn_wrapper(ctx: &FFI_TaskContext) -> SString {

Callers 7

session_id_fn_wrapperFunction · 0.45
task_id_fn_wrapperFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected