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

Method inner

datafusion/ffi/src/session/mod.rs:140–143  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

138
139impl FFI_SessionRef {
140 fn inner(&self) -> &(dyn Session + Send + Sync) {
141 let private_data = self.private_data as *const SessionPrivateData;
142 unsafe { (*private_data).session }
143 }
144
145 unsafe fn runtime(&self) -> &Option<Handle> {
146 unsafe {

Callers 11

session_id_fn_wrapperFunction · 0.45
config_fn_wrapperFunction · 0.45
table_options_fn_wrapperFunction · 0.45
task_ctx_fn_wrapperFunction · 0.45
as_localMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected