|
| file | attributes.hpp [code] |
| | Read attributes of strings column.
|
| |
| file | capitalize.hpp [code] |
| | Strings column APIs for capitalizing strings and detecting title case.
|
| |
| file | case.hpp [code] |
| | Strings column APIs for converting to upper, lower, or swapped case.
|
| |
| file | combine.hpp [code] |
| | Strings APIs for concatenate and join.
|
| |
| file | contains.hpp [code] |
| | Strings APIs for regex contains, count, matches, like.
|
| |
| |
| file | find.hpp [code] |
| | Strings column APIs for locating and testing substrings within each string.
|
| |
| file | find_multiple.hpp [code] |
| | Strings column APIs for searching each string for multiple target strings at once.
|
| |
| file | findall.hpp [code] |
| | Strings column APIs for finding all regex matches within each string.
|
| |
| file | padding.hpp [code] |
| | Strings column APIs for padding each string to a minimum width.
|
| |
| file | repeat_strings.hpp [code] |
| | Strings APIs for copying strings.
|
| |
| file | replace.hpp [code] |
| | Strings column APIs for replacing target strings or slices with replacement strings.
|
| |
| file | replace_re.hpp [code] |
| | Strings column APIs for replacing substrings matching a regex pattern.
|
| |
| file | reverse.hpp [code] |
| | Strings column API for reversing the characters within each string.
|
| |
| file | side_type.hpp [code] |
| | Enum defining the side of a string to apply strip or pad operations.
|
| |
| file | slice.hpp [code] |
| | Strings column APIs for extracting substrings by character position.
|
| |
| file | string_view.hpp [code] |
| | Class definition for cudf::string_view.
|
| |
| file | strings_column_view.hpp [code] |
| | Class definition for cudf::strings_column_view.
|
| |
| file | strip.hpp [code] |
| | Strings column APIs for removing specified characters from the ends of each string.
|
| |
| file | translate.hpp [code] |
| | Strings column APIs for translating or filtering individual characters.
|
| |
| file | wrap.hpp [code] |
| | Strings column API for wrapping long strings onto multiple lines.
|
| |