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...
std::unique_ptr< cudf::column > multibyte_split(data_chunk_source const &source, std::string const &delimiter, std::optional< byte_range_info > byte_range, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
Splits the source text into a strings column using a multiple byte delimiter.
Parsing options for multibyte_split.