| 56 | /// `transform::Optimizer`. |
| 57 | #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)] |
| 58 | pub struct OptimizedMirRelationExpr(pub MirRelationExpr); |
| 59 | |
| 60 | impl OptimizedMirRelationExpr { |
| 61 | /// Declare that the input `expr` is optimized, without actually running it |
no outgoing calls
no test coverage detected