cuDF-IO API type definitions More...
#include <cudf/table/table.hpp>
#include <cudf/types.hpp>
#include <cudf/utilities/span.hpp>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | cudf::io::writer_compression_statistics |
Statistics about compression performed by a writer. More... | |
struct | cudf::io::column_name_info |
Detailed name (and optionally nullability) information for output columns. More... | |
struct | cudf::io::table_metadata |
Table metadata returned by IO readers. More... | |
struct | cudf::io::table_with_metadata |
Table with table metadata used by io readers to return the metadata by value. More... | |
struct | cudf::io::host_buffer |
Non-owning view of a host memory buffer. More... | |
struct | cudf::io::source_info |
Source information for read interfaces. More... | |
struct | cudf::io::sink_info |
Destination information for write interfaces. More... | |
class | cudf::io::column_in_metadata |
Metadata for a column. More... | |
class | cudf::io::table_input_metadata |
Metadata for a table. More... | |
struct | cudf::io::partition_info |
Information used while writing partitioned datasets. More... | |
class | cudf::io::reader_column_schema |
schema element for reader More... | |
Namespaces | |
cudf | |
cuDF interfaces | |
cudf::io | |
IO interfaces. | |
Functions | |
template<typename T > | |
constexpr auto | cudf::io::is_byte_like_type () |
Returns true if the type is byte-like, meaning it is reasonable to pass as a pointer to bytes. More... | |
cuDF-IO API type definitions
Definition in file io/types.hpp.