Skip to content

Commit b0bb852

Browse files
committed
refactor(cubesql): Remove Extension from LogicalPlanLanguage::CubeScan
Extensions is used meaningfully only for CubeScan, but not for CubeScanWrapper. Both are first-class logical plan nodes for us, so Extension is not helpful in egraph
1 parent 6b17731 commit b0bb852

File tree

3 files changed

+468
-530
lines changed

3 files changed

+468
-530
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,6 @@ impl LogicalPlanAnalysis {
12211221
Some(c.to_string())
12221222
}
12231223
LogicalPlanLanguage::CubeScan(params) => cube_reference(params[0]),
1224-
LogicalPlanLanguage::Extension(params) => cube_reference(params[0]),
12251224
_ => None,
12261225
}
12271226
}

0 commit comments

Comments
 (0)