-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose stream parameter in public strings convert APIs (#14255)
Add stream parameter to public APIs: - `cudf::strings::to_booleans()` - `cudf::strings::from_booleans()` - `cudf::strings::to_timestamps()` - `cudf::strings::from_timestamps()` - `cudf::strings::is_timestamp()` - `cudf::strings::to_durations()` - `cudf::strings::from_durations()` - `cudf::strings::to_fixed_point()` - `cudf::strings::from_fixed_point()` - `cudf::strings::to_floats()` - `cudf::strings::from_floats()` - `cudf::strings::is_float()` - `cudf::strings::to_integers()` - `cudf::strings::from_integers()` - `cudf::strings::is_integer()` - `cudf::strings::hex_to_integers()` - `cudf::strings::integers_to_hex()` - `cudf::strings::is_hex()` - `cudf::strings::ipv4_to_integers()` - `cudf::strings::integers_to_ipv4()` - `cudf::strings::is_ipv4()` - `cudf::strings::url_encode()` - `cudf::strings::url_decode()` - `cudf::strings::format_list_column()` Also cleaned up some of the doxygen comments and removed some default parameters. Reference #13744 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - MithunR (https://github.com/mythrocks) - Nghia Truong (https://github.com/ttnghia) URL: #14255
- Loading branch information
1 parent
6e00ad0
commit d590e0b
Showing
24 changed files
with
487 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.