58 std::unique_ptr<column>
pad(
62 std::string_view fill_char =
" ",
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()
side_type
Direction identifier for cudf::strings::strip and cudf::strings::pad functions.
std::unique_ptr< column > zfill(strings_column_view const &input, size_type width, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Add '0' as padding to the left of each string.
std::unique_ptr< column > pad(strings_column_view const &input, size_type width, side_type side=side_type::RIGHT, std::string_view fill_char=" ", rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Add padding to each string using a provided character.
@ RIGHT
strip/pad characters from the end of the string
int32_t size_type
Row index type for columns and tables.
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
Class definitions for cudf::scalar.
Class definition for cudf::strings_column_view.