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

Function table_options_fn_wrapper

datafusion/ffi/src/session/mod.rs:271–277  ·  view source on GitHub ↗
(
    session: &FFI_SessionRef,
)

Source from the content-addressed store, hash-verified

269}
270
271unsafe extern "C" fn table_options_fn_wrapper(
272 session: &FFI_SessionRef,
273) -> SVec<(SString, SString)> {
274 let session = session.inner();
275 let table_options = session.table_options();
276 table_options_to_rhash(table_options.clone())
277}
278
279unsafe extern "C" fn default_table_options_fn_wrapper(
280 session: &FFI_SessionRef,

Callers

nothing calls this directly

Calls 4

table_options_to_rhashFunction · 0.85
innerMethod · 0.45
table_optionsMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…