OmniSciDB
a667adc9c8
|
Functions | |
std::string | append_file_path (const std::optional< std::string > &base, const std::optional< std::string > &subdirectory) |
void | throw_file_path_error (const std::string_view &missing_path, const std::string &table_name, const std::string_view &file_path_key) |
std::string foreign_storage::anonymous_namespace{AbstractFileStorageDataWrapper.cpp}::append_file_path | ( | const std::optional< std::string > & | base, |
const std::optional< std::string > & | subdirectory | ||
) |
Definition at line 75 of file AbstractFileStorageDataWrapper.cpp.
Referenced by foreign_storage::AbstractFileStorageDataWrapper::getFullFilePath().
void foreign_storage::anonymous_namespace{AbstractFileStorageDataWrapper.cpp}::throw_file_path_error | ( | const std::string_view & | missing_path, |
const std::string & | table_name, | ||
const std::string_view & | file_path_key | ||
) |
Definition at line 109 of file AbstractFileStorageDataWrapper.cpp.
Referenced by foreign_storage::AbstractFileStorageDataWrapper::validateFilePathOptionKey().