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 9700dc8 commit a64272eCopy full SHA for a64272e
rust/cubesql/cubesql/src/compile/rewrite/cost.rs
@@ -495,6 +495,7 @@ impl CostFunction<LogicalPlanLanguage> for BestCubePlan {
495
LogicalPlanLanguage::Union(_) => 1,
496
LogicalPlanLanguage::Window(_) => 1,
497
LogicalPlanLanguage::Subquery(_) => 1,
498
+ LogicalPlanLanguage::Distinct(_) => 1,
499
_ => 0,
500
};
501
0 commit comments