OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
foreign_storage::DataWrapperType Struct Reference

Encapsulates an enumeration of foreign data wrapper type strings. More...

#include <ForeignDataWrapperFactory.h>

Static Public Attributes

static constexpr char const * CSV = "DELIMITED_FILE"
 
static constexpr char const * PARQUET = "PARQUET_FILE"
 
static constexpr char const * REGEX_PARSER = "REGEX_PARSED_FILE"
 
static constexpr char const * INTERNAL_CATALOG = "INTERNAL_CATALOG"
 
static constexpr char const * INTERNAL_MEMORY_STATS = "INTERNAL_MEMORY_STATS"
 
static constexpr char const * INTERNAL_STORAGE_STATS = "INTERNAL_STORAGE_STATS"
 
static constexpr char const * INTERNAL_EXECUTOR_STATS = "INTERNAL_EXECUTOR_STATS"
 
static constexpr char const * INTERNAL_ML_MODEL_METADATA = "INTERNAL_ML_MODEL_METADATA"
 
static constexpr char const * INTERNAL_LOGS = "INTERNAL_LOGS"
 
static constexpr std::array
< char const *, 6 > 
INTERNAL_DATA_WRAPPERS
 
static constexpr std::array
< char const *, 5 > 
IN_MEMORY_DATA_WRAPPERS
 
static constexpr std::array
< std::string_view, 9 > 
supported_data_wrapper_types
 

Detailed Description

Encapsulates an enumeration of foreign data wrapper type strings.

DataWrapperType

Definition at line 69 of file ForeignDataWrapperFactory.h.

Member Data Documentation

constexpr std::array<char const*, 5> foreign_storage::DataWrapperType::IN_MEMORY_DATA_WRAPPERS
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_CATALOG = "INTERNAL_CATALOG"
static
constexpr std::array<char const*, 6> foreign_storage::DataWrapperType::INTERNAL_DATA_WRAPPERS
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_EXECUTOR_STATS = "INTERNAL_EXECUTOR_STATS"
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_LOGS = "INTERNAL_LOGS"
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_MEMORY_STATS = "INTERNAL_MEMORY_STATS"
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_ML_MODEL_METADATA = "INTERNAL_ML_MODEL_METADATA"
static
constexpr char const* foreign_storage::DataWrapperType::INTERNAL_STORAGE_STATS = "INTERNAL_STORAGE_STATS"
static
constexpr std::array<std::string_view, 9> foreign_storage::DataWrapperType::supported_data_wrapper_types
static

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