|
iceberg-cpp
|
Options for creating a writer. More...
#include <file_writer.h>
Public Attributes | |
| std::string | path |
| The path to the file to write. | |
| std::shared_ptr< Schema > | schema |
| The schema of the data to write. | |
| std::shared_ptr< class FileIO > | io |
| FileIO instance to create the file. | |
| std::unordered_map< std::string, std::string > | metadata |
| Metadata to write to the file. | |
| WriterProperties | properties |
| Format-specific or implementation-specific properties. | |
Options for creating a writer.