Skip to content
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] Nested types : Define core classes and structures for variable-sized lists. #4830

Closed
nvdbaranec opened this issue Apr 7, 2020 · 1 comment
Assignees
Labels
feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS

Comments

@nvdbaranec
Copy link
Contributor

nvdbaranec commented Apr 7, 2020

First steps towards nested types functionality has been determined to be implementation of variable-sized list columns. This will provide a good spotlight on what it means to work with nested types and guidance on implementation of further nested types (such as structs).

Suggested types include lists_column_view and list_view, which are analogous to strings_column_view and string_view

Add new type_id for LIST

@nvdbaranec
Copy link
Contributor Author

Closed with
#4972

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
Projects
None yet
Development

No branches or pull requests

3 participants