(&self)
| 198 | |
| 199 | impl LocalMirPlan { |
| 200 | pub fn expr(&self) -> OptimizedMirRelationExpr { |
| 201 | OptimizedMirRelationExpr(self.expr.clone()) |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | /// This is needed only because the pipeline in the bootstrap code starts from an |
no test coverage detected