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

Method default_table_options

datafusion/session/src/session.rs:140–143  ·  view source on GitHub ↗

return the TableOptions options with its extensions

(&self)

Source from the content-addressed store, hash-verified

138
139 /// return the TableOptions options with its extensions
140 fn default_table_options(&self) -> TableOptions {
141 self.table_options()
142 .combine_with_session_config(self.config_options())
143 }
144
145 /// Returns a mutable reference to [`TableOptions`]
146 fn table_options_mut(&mut self) -> &mut TableOptions;

Callers

nothing calls this directly

Implementers 5

url.rsdatafusion/datasource/src/url.rs
test_create_with_invalid_sessiondatafusion/core/src/datasource/listing
session_state.rsdatafusion/core/src/execution/session_
mod.rsdatafusion/ffi/src/session/mod.rs
file_format.rsdatafusion/datasource-arrow/src/file_f

Calls 3

table_optionsMethod · 0.45
config_optionsMethod · 0.45

Tested by

no test coverage detected