(&self)
| 213 | #[async_trait] |
| 214 | impl TableProvider for MemTable { |
| 215 | fn schema(&self) -> SchemaRef { |
| 216 | Arc::clone(&self.schema) |
| 217 | } |
| 218 | |
| 219 | fn constraints(&self) -> Option<&Constraints> { |
| 220 | Some(&self.constraints) |
no outgoing calls
no test coverage detected