CudfTable binary format APIs for serialization and deserialization. More...
#include <cudf/io/types.hpp>#include <cudf/packed_types.hpp>#include <cudf/table/table.hpp>#include <cudf/utilities/default_stream.hpp>#include <cudf/utilities/export.hpp>#include <cudf/utilities/memory_resource.hpp>#include <rmm/cuda_stream_view.hpp>#include <utility>Go to the source code of this file.
Classes | |
| class | cudf::io::experimental::cudftable_writer_options |
Settings for write_cudftable(). More... | |
| class | cudf::io::experimental::cudftable_writer_options_builder |
Class to build cudftable_writer_options. More... | |
| class | cudf::io::experimental::cudftable_reader_options |
Settings for read_cudftable(). More... | |
| class | cudf::io::experimental::cudftable_reader_options_builder |
Class to build cudftable_reader_options. More... | |
Namespaces | |
| cudf | |
| cuDF interfaces | |
| cudf::io | |
| IO interfaces. | |
Functions | |
| void | cudf::io::experimental::write_cudftable (cudftable_writer_options const &options, rmm::cuda_stream_view stream=cudf::get_default_stream()) |
| Write a table using the CudfTable binary format. More... | |
| packed_table | cudf::io::experimental::read_cudftable (cudftable_reader_options const &options, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref()) |
| Read a table in CudfTable binary format. More... | |
CudfTable binary format APIs for serialization and deserialization.
Definition in file cudftable.hpp.