Specify the SQL definition for this table, if any
(mut self, definition: Option<String>)
| 266 | |
| 267 | /// Specify the SQL definition for this table, if any |
| 268 | pub fn with_definition(mut self, definition: Option<String>) -> Self { |
| 269 | self.definition = definition; |
| 270 | self |
| 271 | } |
| 272 | |
| 273 | /// Get paths ref |
| 274 | pub fn table_paths(&self) -> &Vec<ListingTableUrl> { |
no outgoing calls
no test coverage detected