[FEA] Nested types : Define core classes and structures for variable-sized lists. #4830
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
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
andlist_view
, which are analogous tostrings_column_view
andstring_view
Add new type_id for
LIST
The text was updated successfully, but these errors were encountered: