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, 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.
Parsing options for multibyte_split.