Skip to content

Commit

Permalink
costBased(topDown(new InferSetOperatorDistinct()))
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 26, 2024
1 parent 0535a37 commit 32c6c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public class Rewriter extends AbstractBatchJobExecutor {
bottomUp(new MergeSetOperations(), new MergeSetOperationsExcept()),
bottomUp(new PushProjectIntoOneRowRelation()),
topDown(new MergeOneRowRelationIntoUnion()),
topDown(new InferSetOperatorDistinct()),
costBased(topDown(new InferSetOperatorDistinct())),
topDown(new BuildAggForUnion()),
bottomUp(new EliminateEmptyRelation()),
// when union has empty relation child and constantExprsList is not empty,
Expand Down

0 comments on commit 32c6c6a

Please sign in to comment.