Return a copied version of table options for this Session
(&self)
| 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 | /// |
no test coverage detected