OmniSciDB
a5dc49c757
|
#include <file_path_util.h>
Public Attributes | |
std::optional< std::string > | filter_regex {std::nullopt} |
std::optional< std::string > | sort_by {std::nullopt} |
std::optional< std::string > | sort_regex {std::nullopt} |
Definition at line 93 of file file_path_util.h.
std::optional<std::string> shared::FilePathOptions::filter_regex {std::nullopt} |
Definition at line 94 of file file_path_util.h.
Referenced by shared::local_glob_filter_sort_files(), and foreign_storage::s3_objects_filter_sort_files().
std::optional<std::string> shared::FilePathOptions::sort_by {std::nullopt} |
Definition at line 95 of file file_path_util.h.
Referenced by shared::local_glob_filter_sort_files(), foreign_storage::s3_objects_filter_sort_files(), and shared::validate_sort_options().
std::optional<std::string> shared::FilePathOptions::sort_regex {std::nullopt} |
Definition at line 96 of file file_path_util.h.
Referenced by shared::validate_sort_options().