Returns the size of the list by row index. More...
Public Member Functions | |
| CUDF_HOST_DEVICE | list_size_functor (detail::lists_column_device_view const &d_col) |
| Constructor. More... | |
| size_type | operator() (size_type idx) |
| Returns size of the list by row index. More... | |
Public Attributes | |
| detail::lists_column_device_view const | d_column |
| The list column to access. | |
Returns the size of the list by row index.
Definition at line 338 of file list_device_view.cuh.
|
inline |
Constructor.
| d_col | The cudf::lists_column_device_view whose rows are being accessed |
Definition at line 345 of file list_device_view.cuh.
Returns size of the list by row index.
| idx | row index |
Definition at line 355 of file list_device_view.cuh.