OmniSciDB
a5dc49c757
|
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | foreign_storage::ForeignStorageException |
class | foreign_storage::MetadataScanInfeasibleFragmentSizeException |
class | foreign_storage::RequestedFragmentIdOutOfBoundsException |
Namespaces | |
foreign_storage | |
Functions | |
void | foreign_storage::throw_unexpected_number_of_items (const size_t &num_expected, const size_t &num_loaded, const std::string &item_type) |
void | foreign_storage::throw_removed_row_in_result_set_error (const std::string &select_statement) |
void | foreign_storage::throw_removed_row_in_file_error (const std::string &file_path) |
void | foreign_storage::throw_removed_file_error (const std::string &file_path) |
void | foreign_storage::throw_number_of_columns_mismatch_error (size_t num_table_cols, size_t num_file_cols, const std::string &file_path) |
void | foreign_storage::throw_file_access_error (const std::string &file_path, const std::string &message) |
void | foreign_storage::throw_file_not_found_error (const std::string &file_path) |
void | foreign_storage::throw_s3_compressed_mime_type (const std::string &file_path, const std::string &mime_type) |
void | foreign_storage::throw_s3_compressed_extension (const std::string &file_path, const std::string &ext_type) |