#include <cudf/io/types.hpp>
#include <cudf/utilities/error.hpp>
#include <cudf/utilities/export.hpp>
#include <cudf/utilities/span.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <future>
#include <memory>
Go to the source code of this file.
Classes | |
class | cudf::io::datasource |
Interface class for providing input data to the readers. More... | |
class | cudf::io::datasource::buffer |
Interface class for buffers that the datasource returns to the caller. More... | |
class | cudf::io::datasource::non_owning_buffer |
Implementation for non owning buffer where datasource holds buffer until destruction. More... | |
class | cudf::io::datasource::owning_buffer< Container > |
Derived implementation of buffer that owns the data. More... | |
Namespaces | |
cudf | |
cuDF interfaces | |
cudf::io | |
IO interfaces. | |