Is the information schema enabled?
(&self)
| 219 | |
| 220 | /// Is the information schema enabled? |
| 221 | pub fn information_schema(&self) -> bool { |
| 222 | self.options.catalog.information_schema |
| 223 | } |
| 224 | |
| 225 | /// Should the context create the default catalog and schema? |
| 226 | pub fn create_default_catalog_and_schema(&self) -> bool { |