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