|
std::unique_ptr< table > | cudf::strings::extract (strings_column_view const &input, regex_program const &prog, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) |
| 返回一个字符串列的表,其中每列对应于给定 regex_program 对象中指定的匹配组。 更多...
|
|
std::unique_ptr< column > | cudf::strings::extract_all_record (strings_column_view const &input, regex_program const &prog, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) |
| 返回一个字符串列表列,其中每个字符串列行对应于给定 regex_program 对象中指定的匹配组。 更多...
|
|