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

Registry of reader factories for different file formats. More...

#include <file_reader.h>

Public Member Functions

 ReaderFactoryRegistry (FileFormatType format_type, ReaderFactory factory)
 Register a factory function for a specific file format.
 

Static Public Member Functions

static ReaderFactoryGetFactory (FileFormatType format_type)
 Get the factory function for a specific file format.
 
static Result< std::unique_ptr< Reader > > Open (FileFormatType format_type, const ReaderOptions &options)
 Open a reader for a specific file format.
 

Detailed Description

Registry of reader factories for different file formats.


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