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

Method table_options

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

Source from the content-addressed store, hash-verified

619 }
620
621 fn table_options(&self) -> &TableOptions {
622 &self.table_options
623 }
624
625 fn default_table_options(&self) -> TableOptions {
626 unsafe {

Callers 1

table_options_fn_wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected