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

Factory for explicit loading and optional scheme-based routing. More...

#include <file_io_registry.h>

Public Types

using CreateFunction = std::function< Result< std::unique_ptr< FileIO > >(const Properties &properties)>
 
using AcceptsFunction = std::function< bool(std::string_view scheme)>
 

Public Attributes

CreateFunction create
 Required for explicit loading.
 
AcceptsFunction accepts
 Receives a lower-case scheme. Empty means explicit-only.
 

Detailed Description

Factory for explicit loading and optional scheme-based routing.


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