|
| file | convert_booleans.hpp [code] |
| | APIs for converting strings columns to and from boolean values.
|
| |
| file | convert_datetime.hpp [code] |
| | APIs for converting strings columns to and from timestamp values.
|
| |
| file | convert_durations.hpp [code] |
| | APIs for converting strings columns to and from duration values.
|
| |
| file | convert_fixed_point.hpp [code] |
| | APIs for converting strings columns to and from fixed-point decimal values.
|
| |
| file | convert_floats.hpp [code] |
| | APIs for converting strings columns to and from floating-point values.
|
| |
| file | convert_integers.hpp [code] |
| | Strings column APIs for converting to/from integer numeric types.
|
| |
| file | convert_ipv4.hpp [code] |
| | Strings column APIs for converting IPv4 addresses to/from integers.
|
| |
| file | convert_lists.hpp [code] |
| | Strings column APIs for converting a lists column into a formatted strings column.
|
| |
| file | convert_urls.hpp [code] |
| | Strings column APIs for URL encoding and decoding.
|
| |
| file | int_cast.hpp [code] |
| | Strings column APIs for casting short strings to/from an integer bit representation.
|
| |