-
Notifications
You must be signed in to change notification settings - Fork 915
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
[FEA] Add scalar support for struct #7790
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
Comments
razajafri
added
feature request
New feature or request
Needs Triage
Need team to review and classify
labels
Mar 31, 2021
jrhemstad
changed the title
[FEA] Add support for creating scalar STRUCT
[FEA] Add scalar support for struct
Mar 31, 2021
Related #5887 |
kkraus14
added
libcudf
Affects libcudf (C++/CUDA) code.
and removed
Needs Triage
Need team to review and classify
labels
Apr 6, 2021
This issue has been labeled |
rapids-bot bot
pushed a commit
that referenced
this issue
May 18, 2021
Closes: #7790 Creation of struct scalars. Also in this PR: - support for `struct_scalar` in `make_column_from_scalar` - Refactored `superimpose_parent_nullmask` to be exposed as `structs::detail::superimpose_parent_nulls` in src/structs/utilities.hpp Authors: - https://github.com/nvdbaranec Approvers: - Nghia Truong (https://github.com/ttnghia) - Vukasin Milovanovic (https://github.com/vuule) - Robert Maynard (https://github.com/robertmaynard) URL: #8220
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
This issue tracks discussion on how we can support a STRUCT scalar, which may need changes on the CPP side as well once we discuss what the layout should be.
Describe the solution you'd like
Ability to create a Scalar Struct
Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered: