(&self, expr: &HirRelationExpr)
| 6590 | } |
| 6591 | |
| 6592 | fn relation_type(&self, expr: &HirRelationExpr) -> SqlRelationType { |
| 6593 | expr.typ(&self.outer_relation_types, &self.scx.param_types.borrow()) |
| 6594 | } |
| 6595 | |
| 6596 | /// Generate a new `QueryContext` appropriate to be used in subqueries of |
| 6597 | /// `self`. |
no test coverage detected