|
iceberg-cpp
|
Registry of writer factories for different file formats. More...
#include <file_writer.h>
Public Member Functions | |
| WriterFactoryRegistry (FileFormatType format_type, WriterFactory factory) | |
| Register a factory function for a specific file format. | |
Static Public Member Functions | |
| static WriterFactory & | GetFactory (FileFormatType format_type) |
| Get the factory function for a specific file format. | |
| static Result< std::unique_ptr< Writer > > | Open (FileFormatType format_type, const WriterOptions &options) |
| Open a writer for a specific file format. | |
Registry of writer factories for different file formats.