(&'a mut self, context: &'a Self::Context)
| 189 | } |
| 190 | |
| 191 | fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> { |
| 192 | self.as_explain_single_plan(context) |
| 193 | } |
| 194 | } |
| 195 | |
| 196 | impl<'a> MirRelationExpr { |
nothing calls this directly
no test coverage detected