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

Method copied_table_options

datafusion/core/src/execution/context/mod.rs:580–582  ·  view source on GitHub ↗

Return a copied version of table options for this Session

(&self)

Source from the content-addressed store, hash-verified

578
579 /// Return a copied version of table options for this Session
580 pub fn copied_table_options(&self) -> TableOptions {
581 self.state.read().default_table_options()
582 }
583
584 /// Creates a [`DataFrame`] from SQL query text.
585 ///

Callers 7

create_scanMethod · 0.80
_read_typeMethod · 0.80
register_arrowMethod · 0.80
register_avroMethod · 0.80
register_jsonMethod · 0.80
register_csvMethod · 0.80
register_parquetMethod · 0.80

Calls 2

readMethod · 0.80
default_table_optionsMethod · 0.45

Tested by

no test coverage detected