std::unique_ptr< column > count_elements(lists_column_view const &input, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
Returns a numeric column containing the number of rows in each list element in the given lists column...