Public Member Functions | List of all members
cudf::io::text::data_chunk_source Class Referenceabstract

a data source capable of creating a reader which can produce views of the data source in device memory. More...

#include <data_chunk_source.hpp>

Public Member Functions

virtual std::unique_ptr< data_chunk_readercreate_reader () const =0
 Get a reader for the data source. More...
 

Detailed Description

a data source capable of creating a reader which can produce views of the data source in device memory.

Definition at line 108 of file data_chunk_source.hpp.

Member Function Documentation

◆ create_reader()

virtual std::unique_ptr<data_chunk_reader> cudf::io::text::data_chunk_source::create_reader ( ) const
pure virtual

Get a reader for the data source.

Returns
data_chunk_reader object for the data source

The documentation for this class was generated from the following file: