Given a column-view of lists type, an instance of this class provides a wrapper on this compound colu...
Class definition for cudf::column.
column view class definitions
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
std::unique_ptr< column > stable_sort_lists(lists_column_view const &source_column, order column_order, null_order null_precedence, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Segmented sort of the elements within a list in each row of a list column using stable sort.
std::unique_ptr< column > sort_lists(lists_column_view const &source_column, order column_order, null_order null_precedence, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Segmented sort of the elements within a list in each row of a list column.
device_memory_resource * get_current_device_resource()
null_order
Indicates how null values compare against all other values.
order
Indicates the order in which elements should be sorted.
Class definition for cudf::lists_column_view.