OmniSciDB
a5dc49c757
|
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::optional< bool > | get_file_roll_off_value (const ForeignTable *foreign_table) |
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 92 of file AbstractFileStorageDataWrapper.cpp.
References generate_TableFunctionsFactory_init::separator.
Referenced by foreign_storage::AbstractFileStorageDataWrapper::getFullFilePath().
std::optional<bool> foreign_storage::anonymous_namespace{AbstractFileStorageDataWrapper.cpp}::get_file_roll_off_value | ( | const ForeignTable * | foreign_table | ) |
Definition at line 180 of file AbstractFileStorageDataWrapper.cpp.
References foreign_storage::AbstractFileStorageDataWrapper::ALLOW_FILE_ROLL_OFF_KEY, foreign_storage::OptionsContainer::getOption(), and to_upper().
Referenced by foreign_storage::AbstractFileStorageDataWrapper::allowFileRollOff(), and foreign_storage::AbstractFileStorageDataWrapper::validateFileRollOffOption().
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 140 of file AbstractFileStorageDataWrapper.cpp.
Referenced by foreign_storage::AbstractFileStorageDataWrapper::validateFilePathOptionKey().