#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. | |
Functions | |
| std::vector< std::unique_ptr< cudf::io::datasource > > | cudf::io::make_datasources (source_info const &info, size_t offset=0, size_t max_size_estimate=0) |
| Constructs datasources from dataset source information. More... | |