MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / OptimizedMirRelationExpr

Class OptimizedMirRelationExpr

src/expr/src/lib.rs:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

declare_optimizedMethod · 0.85
optimizeMethod · 0.85
optimizeMethod · 0.85
optimizeMethod · 0.85
exprMethod · 0.85
optimizeMethod · 0.85
sequence_insertMethod · 0.85
optimizeMethod · 0.85
gen_local_expressionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected