字符串分区 API。更多...
#include <cudf/scalar/scalar.hpp>
#include <cudf/strings/strings_column_view.hpp>
#include <cudf/table/table.hpp>
#include <cudf/utilities/memory_resource.hpp>
命名空间 | |
cudf | |
cuDF 接口 | |
cudf::strings | |
字符串列 API。 | |
函数 | |
std::unique_ptr< table > | cudf::strings::partition (strings_column_view const &input, string_scalar const &delimiter=string_scalar(""), rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) |
通过使用指定的定界符分割每个字符串,返回一组 3 个列。更多... | |
std::unique_ptr< table > | cudf::strings::rpartition (strings_column_view const &input, string_scalar const &delimiter=string_scalar(""), rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) |
通过使用指定的定界符从每个字符串的末尾开始分割,返回一组 3 个列。更多... | |
字符串分区 API。
定义位于文件 partition.hpp。