|
iceberg-cpp
|
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 ReaderFactory & | GetFactory (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. | |
Registry of reader factories for different file formats.