return the TableOptions options with its extensions
(&self)
| 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 { |
no outgoing calls
no test coverage detected