|
| file | combine.hpp [code] |
| | APIs for concatenating list columns row-wise or column-wise.
|
| |
| file | contains.hpp [code] |
| | APIs for checking whether a value is contained in each row of a list column.
|
| |
| file | count_elements.hpp [code] |
| | API for counting the number of elements in each row of a list column.
|
| |
| file | explode.hpp [code] |
| | Column APIs for explore list columns.
|
| |
| |
| file | filling.hpp [code] |
| | Column APIs for individual list sequence.
|
| |
| file | gather.hpp [code] |
| | APIs for segmented gather of elements within each row of a list column.
|
| |
| file | list_view.hpp [code] |
| | Class definition for cudf::list_view.
|
| |
| file | lists_column_view.hpp [code] |
| | Class definition for cudf::lists_column_view.
|
| |
| file | reverse.hpp [code] |
| | API for reversing the element order within each row of a list column.
|
| |
| file | set_operations.hpp [code] |
| | APIs for set operations (overlap, intersection, union, difference) on list columns.
|
| |
| file | sorting.hpp [code] |
| | API for segmented sorting of elements within each row of a list column.
|
| |
| file | stream_compaction.hpp [code] |
| | APIs for filtering elements from each row of a list column using a boolean mask.
|
| |