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 e1911d4 commit 09697b0Copy full SHA for 09697b0
rust/cubesql/cubesql/src/compile/rewrite/cost.rs
@@ -486,6 +486,7 @@ impl CostFunction<LogicalPlanLanguage> for BestCubePlan {
486
LogicalPlanLanguage::Union(_) => 1,
487
LogicalPlanLanguage::Window(_) => 1,
488
LogicalPlanLanguage::Subquery(_) => 1,
489
+ LogicalPlanLanguage::Distinct(_) => 1,
490
_ => 0,
491
};
492
0 commit comments