Class Parser::TruncateTableStmt¶
-
class
TruncateTableStmt: public Parser::DDLStmt¶ Public Functions
-
TruncateTableStmt(std::string *tab)¶
-
TruncateTableStmt(const rapidjson::Value &payload)¶
-
const std::string *
get_table() const¶
-
void
execute(const Catalog_Namespace::SessionInfo &session)¶
Private Members
-
std::unique_ptr<std::string>
table_¶
-