OmniSciDB
a5dc49c757
|
Functions | |
std::string | get_data_wrapper_type (const import_export::CopyParams ©_params) |
bool | is_valid_data_wrapper (const std::string &data_wrapper_type) |
std::string anonymous_namespace{ForeignDataWrapperFactory.cpp}::get_data_wrapper_type | ( | const import_export::CopyParams & | copy_params | ) |
Definition at line 40 of file ForeignDataWrapperFactory.cpp.
References foreign_storage::DataWrapperType::CSV, import_export::kDelimitedFile, import_export::kParquetFile, import_export::kRegexParsedFile, foreign_storage::DataWrapperType::PARQUET, foreign_storage::DataWrapperType::REGEX_PARSER, import_export::CopyParams::source_type, and UNREACHABLE.
Referenced by foreign_storage::ForeignDataWrapperFactory::createForGeneralImport().
bool anonymous_namespace{ForeignDataWrapperFactory.cpp}::is_valid_data_wrapper | ( | const std::string & | data_wrapper_type | ) |
Definition at line 103 of file ForeignDataWrapperFactory.cpp.
References foreign_storage::DataWrapperType::CSV, foreign_storage::DataWrapperType::PARQUET, and foreign_storage::DataWrapperType::REGEX_PARSER.
Referenced by foreign_storage::ForeignDataWrapperFactory::createForGeneralImport().