Skip to content

Commit a3b81df

Browse files
committed
Small tune to analysis
1 parent 07971b9 commit a3b81df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/compile/rewrite/analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ impl LogicalPlanAnalysis {
11501150
}
11511151

11521152
fn eval_constant_expr(
1153-
egraph: &EGraph<LogicalPlanLanguage, LogicalPlanAnalysis>,
1153+
egraph: &EGraph<LogicalPlanLanguage, Self>,
11541154
expr: &Expr,
11551155
) -> Option<ConstantFolding> {
11561156
let schema = DFSchema::empty();

0 commit comments

Comments
 (0)