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

Method with_table_options

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

Set the [`TableOptions`]

(mut self, table_options: TableOptions)

Source from the content-addressed store, hash-verified

1430
1431 /// Set the [`TableOptions`]
1432 pub fn with_table_options(mut self, table_options: TableOptions) -> Self {
1433 self.table_options = Some(table_options);
1434 self
1435 }
1436
1437 /// Set the [`ExecutionProps`]
1438 pub fn with_execution_props(mut self, execution_props: ExecutionProps) -> Self {

Callers 1

test_ffi_sessionFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_ffi_sessionFunction · 0.64