We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd13d1 commit 2710fe3Copy full SHA for 2710fe3
rust/cubesql/cubesql/src/compile/rewrite/cost.rs
@@ -468,6 +468,7 @@ impl CostFunction<LogicalPlanLanguage> for BestCubePlan {
468
LogicalPlanLanguage::Union(_) => 1,
469
LogicalPlanLanguage::Window(_) => 1,
470
LogicalPlanLanguage::Subquery(_) => 1,
471
+ LogicalPlanLanguage::Distinct(_) => 1,
472
_ => 0,
473
};
474
0 commit comments