15 #include <string_view>
22 namespace CUDF_EXPORT
cudf {
41 bool strip_delimiters =
false;
85 std::string_view delimiter,
Class and helper functions for specifying a byte range within a data source.
stores offset and size used to indicate a byte range
a data source capable of creating a reader which can produce views of the data source in device memor...
Class definition for cudf::column.
Interfaces for providing stream-ordered chunks of device data to text-based readers.
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
byte_range_info create_byte_range_info_max()
Create a byte_range_info which represents as much of a file as possible. Specifically,...
std::unique_ptr< cudf::column > multibyte_split(data_chunk_source const &source, std::string_view delimiter, parse_options options={}, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref())
Splits the source text into a strings column using a multiple byte delimiter.
rmm::device_async_resource_ref get_current_device_resource_ref()
Get the current device memory resource reference.
cuda::mr::resource_ref< cuda::mr::device_accessible > device_async_resource_ref
APIs for getting and setting the current device memory resource.
Parsing options for multibyte_split.