-
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.
Optimize and rename unwrapRows. (#6664)
Summary: Pull Request resolved: #6664 move unwrapRows to lazy vector and name it selectBaseRowsToLoad. also do several optimizations to minimize number of rows selected to load and also size of allocated selectivity vector. Reviewed By: kevinwilfong Differential Revision: D49461831 fbshipit-source-id: e524587847c9ab92b9ace2a8d607829763670f51
- Loading branch information
1 parent
9043928
commit fefcd9f
Showing
3 changed files
with
48 additions
and
34 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