(&'a mut self, context: &'a Self::Context)
| 35 | } |
| 36 | |
| 37 | fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> { |
| 38 | self.as_explain_single_plan(context) |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | impl<'a> HirRelationExpr { |
nothing calls this directly
no test coverage detected