Get mutable access to the inner [MirRelationExpr] Callers of this method need to ensure that the underlying expression stays optimized after any mutations are applied
(&self)
| 71 | /// Callers of this method need to ensure that the underlying expression stays optimized after |
| 72 | /// any mutations are applied |
| 73 | pub fn as_inner(&self) -> &MirRelationExpr { |
| 74 | &self.0 |
| 75 | } |
| 76 | |
| 77 | /// Get mutable access to the inner [MirRelationExpr] |
| 78 | /// |
no outgoing calls
no test coverage detected