iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
iceberg::WriterFactoryRegistry Struct Reference

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 WriterFactoryGetFactory (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.
 

Detailed Description

Registry of writer factories for different file formats.


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