-
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.
40766: sql: move CFetcher from sql/row into sql/colexec r=jordanlewis a=yuzefovich Previously CFetcher lived in sql/row which caused several things that ought to live in sql/colexec to actually be in sql/colflow. This also forced the "planning" code for columnar operators to be in sql/colflow which didn't allow for reuse of that code in the unit tests of the operators. Now CFetcher is moved into sql/colexec (a few things needed to be exposed from sql/row) and several things are moved into sql/colexec from sql/colflow. I needed to extract things out of colexec/vecbuiltins package in order not to create a cycle with colexec due to the movement of the planning code into colexec. Release justification: Category 1: Non-production code changes. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
48 changed files
with
380 additions
and
383 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
Oops, something went wrong.