20 const std::string& archive_path,
21 const std::string& compression) {
22 throw std::runtime_error(
"Dump/restore table not yet supported on Windows.");
27 const std::string& archive_path,
28 const std::string& compression) {
29 throw std::runtime_error(
"Dump/restore table not yet supported on Windows.");
33 const std::string& table_name,
34 const std::string& archive_path,
35 const std::string& compression) {
36 throw std::runtime_error(
"Dump/restore table not yet supported on Windows.");
void restoreTable(const Catalog_Namespace::SessionInfo &session, const TableDescriptor *td, const std::string &archive_path, const std::string &compression)
void dumpTable(const TableDescriptor *td, const std::string &archive_path, const std::string &compression)