-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
50581: opt: remove CanHaveSideEffects r=RaduBerinde a=RaduBerinde #### opt: use volatility for SimplifyZeroCardinalityGroup Switch to using volatility instead of `CanHaveSideEffects` for this rule. Release note: None #### opt: use volatility for CanInlineWith Switch to using volatility instead of `CanHaveSideEffects` for this rule. Release note: None #### opt: use volatility for Project FDs Switch to using volatility instead of `CanHaveSideEffects` for Project FDs. Release note: None #### opt: use volatility for hoisting from CASE Switch to using volatility instead of `CanHaveSideEffects` for hoisting expressions out of CASE and similar. We can only allow "leak proof" operators to be hoisted. Release note: None #### opt: use volatility for deduplicating columns in optbuilder Switch to using volatility instead of `CanHaveSideEffects` when deciding whether we can reuse a projected column. Release note: None #### opt: remove CanHaveSideEffects All uses of `CanHaveSideEffects` have been replaced with uses of VolatilitySet. Remove this property. Release note: None Co-authored-by: Radu Berinde <radu@cockroachlabs.com>
- Loading branch information
Showing
62 changed files
with
800 additions
and
855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.