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.
feat: Add utilities for combining dictionary wrappers (facebookincuba…
…tor#11944) Summary: - Adds functions to transpose dictionaries with and without nulls. - Adds projection that wraps children of a RowVector into a dictionary so that dictionaries are combined instead of being nested. If multiple columns have the same wrapping indices, they continue to share the wrapping also after new indices are combined with the previous wrapper. - This is preparation for limiting dictionary wrapping to one level. This will speed up access and simplify corner cases of expressions. Pull Request resolved: facebookincubator#11944 Reviewed By: xiaoxmeng Differential Revision: D67612857 Pulled By: oerling fbshipit-source-id: 612c4cf0d46d92de4d6107d2de6aac60110c282a
- Loading branch information
1 parent
87c558e
commit 9e418b1
Showing
5 changed files
with
436 additions
and
33 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
Oops, something went wrong.