(&self)
| 208 | #[async_trait] |
| 209 | impl TableProvider for TestTableProvider { |
| 210 | fn schema(&self) -> SchemaRef { |
| 211 | Arc::clone(&self.schema) |
| 212 | } |
| 213 | |
| 214 | fn table_type(&self) -> TableType { |
| 215 | unimplemented!("TestTableProvider is a stub for testing.") |
no outgoing calls
no test coverage detected