-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Compute joinProjectedVarColumnsSize by taking in a vector<r…
…ows> instead of by row [2/n] (#12235) Summary: Pull Request resolved: #12235 Instead of incurring many indirections to get the fixedWidthType in joinProjectedVarColumnsSize by using row by row computation, let's instead pass in the whole vector<rows> This allows us to only do the indirection look up once. Reviewed By: Yuhta Differential Revision: D68984669 fbshipit-source-id: e6fcc8b8f2653eef6ca2659f6aea92d8d6c9bead
- Loading branch information
1 parent
ccb5094
commit 8bc8897
Showing
2 changed files
with
25 additions
and
5 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