Set the [`TableOptions`]
(mut self, table_options: TableOptions)
| 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 { |
no outgoing calls