Public Attributes | List of all members
cudf::io::filepath_source Struct Reference

A file path with an optional known size in bytes. More...

#include <types.hpp>

Public Attributes

std::string path
 Path or URL of the input file.
 
std::optional< std::size_t > size {}
 Known file size; omit to query size at open time.
 

Detailed Description

A file path with an optional known size in bytes.

When size is set for a remote URL, the IO backend may skip querying the remote server for file size at open time.

Definition at line 320 of file io/types.hpp.


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