Struct foreign_storage::DataWrapperType

struct DataWrapperType

Encapsulates an enumeration of foreign data wrapper type strings.

DataWrapperType

Public Static Attributes

constexpr char const *CSV = "OMNISCI_CSV"
constexpr char const *PARQUET = "OMNISCI_PARQUET"
constexpr char const *REGEX_PARSER = "OMNISCI_REGEX_PARSER"
constexpr char const *INTERNAL_CATALOG = "OMNISCI_INTERNAL_CATALOG"
constexpr char const *INTERNAL_MEMORY_STATS = "INTERNAL_OMNISCI_MEMORY_STATS"
constexpr char const *INTERNAL_STORAGE_STATS = "INTERNAL_OMNISCI_STORAGE_STATS"
constexpr std::array<char const *, 3> INTERNAL_DATA_WRAPPERS{INTERNAL_CATALOG, , }
constexpr std::array<std::string_view, 6> supported_data_wrapper_types{PARQUET, , , , , }