(
&'a mut self,
context: &'a Self::Context,
)
| 620 | type Dot = UnsupportedFormat; |
| 621 | |
| 622 | fn explain_text( |
| 623 | &'a mut self, |
| 624 | context: &'a Self::Context, |
| 625 | ) -> Result<Self::Text, ExplainError> { |
| 626 | self.as_explain_single_plan(context) |
| 627 | } |
| 628 | } |
| 629 | |
| 630 | impl<'a> Explainable<'a, MirRelationExpr> { |
nothing calls this directly
no test coverage detected