29 const std::string& archive_path,
30 const std::string& compression);
34 const std::string& archive_path,
35 const std::string& compression);
38 const std::string& table_name,
39 const std::string& archive_path,
40 const std::string& compression);
class for a per-database catalog. also includes metadata for the current database and the current use...
void restoreTable(const Catalog_Namespace::SessionInfo &session, const TableDescriptor *td, const std::string &archive_path, const std::string &compression)
This file contains the class specification and related data structures for Catalog.
TableArchiver(Catalog_Namespace::Catalog *cat)
void dumpTable(const TableDescriptor *td, const std::string &archive_path, const std::string &compression)
Catalog_Namespace::Catalog * cat_