(&mut self, rel: RIId)
| 129 | |
| 130 | impl PqMapper<RIId, pq::RelationExpr, rq::Transform, ()> for TransformCompiler<'_> { |
| 131 | fn fold_rel(&mut self, rel: RIId) -> Result<pq::RelationExpr> { |
| 132 | compile_relation_instance(rel, self.ctx) |
| 133 | } |
| 134 | |
| 135 | fn fold_super(&mut self, _: rq::Transform) -> Result<()> { |
| 136 | unreachable!() |
no test coverage detected