-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(vector): Add support for flat map encoding in vector function map_filter #13829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for meta-velox canceled.
|
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: TL;DR Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
d5dedf2 to
3b96d17
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: TL;DR Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
3b96d17 to
3b62f6e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
3b62f6e to
d92450b
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
d92450b to
0ac221f
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
0ac221f to
8151854
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
8151854 to
0ea7e7b
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
0ea7e7b to
df7e982
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: Pull Request resolved: facebookincubator#13829 Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Differential Revision: D76938846
df7e982 to
6f0dca0
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
6f0dca0 to
e4b9591
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
e4b9591 to
75ba30b
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
75ba30b to
9693529
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
9693529 to
8caee68
Compare
…p_filter (facebookincubator#13829) Summary: Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
8caee68 to
dabe395
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
…p_filter (facebookincubator#13829) Summary: Pull Request resolved: facebookincubator#13829 Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846
|
This pull request was exported from Phabricator. Differential Revision: D76938846 |
dabe395 to
b62e1b9
Compare
pedroerp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you
|
This pull request has been merged in 2a01b24. |
…p_filter (facebookincubator#13829) Summary: Pull Request resolved: facebookincubator#13829 Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function `map_filter`. This will enable our pipelines to efficiently project and filter features given this new vector encoding. Reviewed By: pedroerp Differential Revision: D76938846 fbshipit-source-id: c7e474a59c19fe5a906e770229c9af21f1048db5
Summary:
Add support for flat map encoding (FlatMapVector.h) in function map_filter. As part of the effort to support feature reaping in Velox, let's add support for flat map vectors in vector function
map_filter. This will enable our pipelines to efficiently project and filter features given this new vector encoding.Differential Revision: D76938846