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

Method default_table_options

datafusion/core/src/execution/session_state.rs:867–869  ·  view source on GitHub ↗

return the TableOptions options with its extensions

(&self)

Source from the content-addressed store, hash-verified

865
866 /// return the TableOptions options with its extensions
867 pub fn default_table_options(&self) -> TableOptions {
868 Session::default_table_options(self)
869 }
870
871 /// Returns a mutable reference to [`TableOptions`]
872 pub fn table_options_mut(&mut self) -> &mut TableOptions {

Callers 8

_get_resolved_schemaMethod · 0.45
copied_table_optionsMethod · 0.45
createMethod · 0.45
createMethod · 0.45
createMethod · 0.45
tableMethod · 0.45
get_table_optionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected