iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | List of all members
iceberg::WriterOptions Struct Reference

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< Schemaschema
 The schema of the data to write.
 
std::shared_ptr< class FileIOio
 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.
 

Detailed Description

Options for creating a writer.


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