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 bbb114e commit ef9d11eCopy full SHA for ef9d11e
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