OmniSciDB
a575cb28ea
|
Encapsulates an enumeration of foreign data wrapper type strings. More...
#include <ForeignDataWrapperFactory.h>
Static Public Attributes | |
static constexpr char const * | CSV = "OMNISCI_CSV" |
static constexpr char const * | PARQUET = "OMNISCI_PARQUET" |
static constexpr std::array < std::string_view, 2 > | supported_data_wrapper_types |
Encapsulates an enumeration of foreign data wrapper type strings.
Definition at line 26 of file ForeignDataWrapperFactory.h.
|
static |
Definition at line 27 of file ForeignDataWrapperFactory.h.
Referenced by foreign_storage::ForeignDataWrapperFactory::create(), Catalog_Namespace::Catalog::createDefaultServersIfNotExists(), foreign_storage::ForeignDataWrapperFactory::createForValidation(), and foreign_storage::CachingForeignStorageMgr::fetchBuffer().
|
static |
Definition at line 28 of file ForeignDataWrapperFactory.h.
Referenced by foreign_storage::ForeignDataWrapperFactory::create(), Catalog_Namespace::Catalog::createDefaultServersIfNotExists(), and foreign_storage::ForeignDataWrapperFactory::createForValidation().
|
static |
Definition at line 30 of file ForeignDataWrapperFactory.h.
Referenced by foreign_storage::ForeignDataWrapperFactory::validateDataWrapperType().