Given a column-view of strings type, an instance of this class provides a wrapper on this compound co...
Class definition for cudf::column.
device_memory_resource * get_current_device_resource()
std::unique_ptr< column > swapcase(strings_column_view const &strings, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Returns a column of strings converting lower case characters to upper case and vice versa.
std::unique_ptr< column > to_upper(strings_column_view const &strings, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Converts a column of strings to upper case.
std::unique_ptr< column > to_lower(strings_column_view const &strings, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Converts a column of strings to lower case.
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
Class definition for cudf::strings_column_view.