(&mut self, rel: RelationExpr)
| 311 | |
| 312 | impl PqMapper<RelationExpr, RelationExpr, (), ()> for SortingInference<'_> { |
| 313 | fn fold_rel(&mut self, rel: RelationExpr) -> Result<RelationExpr> { |
| 314 | Ok(rel) |
| 315 | } |
| 316 | |
| 317 | fn fold_super(&mut self, sup: ()) -> Result<()> { |
| 318 | Ok(sup) |
nothing calls this directly
no test coverage detected