forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Selective flat map column reader (facebookincubator#9790)
Summary: X-link: facebookincubator/nimble#55 Pull Request resolved: facebookincubator#9790 - Refactor existing DWRF selective flat map reader code for reusing - Add Nimble selective flat map column reader - Optimize `ChunkedBoolsDecoder::next` (showing up >15% CPU in query) - Reuse reader nulls when possible in array/map/flatmap column readers - Add `estimatedRowSize` using encoding information bypass-github-export-checks Reviewed By: oerling Differential Revision: D57276011 fbshipit-source-id: 9bc80a4e79e9091ed1763f2c04a420f2d1f5c5aa
- Loading branch information
1 parent
660f17d
commit 92c5911
Showing
6 changed files
with
305 additions
and
259 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.