OmniSciDB
a5dc49c757
|
Functions | |
std::vector< std::string > | glob_local_recursive_files (const std::string &file_path, const bool recurse) |
std::vector< std::string > | regex_file_filter (const std::string &pattern, const std::vector< std::string > &file_paths) |
std::vector<std::string> shared::anonymous_namespace{file_path_util.cpp}::glob_local_recursive_files | ( | const std::string & | file_path, |
const bool | recurse | ||
) |
Definition at line 58 of file file_path_util.cpp.
References heavyai::glob(), and shared::throw_file_not_found().
Referenced by shared::local_glob_filter_sort_files().
std::vector<std::string> shared::anonymous_namespace{file_path_util.cpp}::regex_file_filter | ( | const std::string & | pattern, |
const std::vector< std::string > & | file_paths | ||
) |
Definition at line 95 of file file_path_util.cpp.
References shared::throw_no_filter_match().
Referenced by shared::local_glob_filter_sort_files().