OmniSciDB
a5dc49c757
|
#include <ParserNode.h>
Public Member Functions | |
AlterTableParamStmt (std::string *tab, NameValueAssign *p) | |
void | execute (const Catalog_Namespace::SessionInfo &session, bool read_only_mode) override |
Public Member Functions inherited from Parser::DDLStmt | |
void | setColumnDescriptor (ColumnDescriptor &cd, const ColumnDef *coldef) |
Public Member Functions inherited from Parser::Node | |
virtual | ~Node () |
Private Attributes | |
std::unique_ptr< std::string > | table_ |
std::unique_ptr< NameValueAssign > | param_ |
Definition at line 1396 of file ParserNode.h.
|
inline |
Definition at line 1398 of file ParserNode.h.
|
overridevirtual |
Implements Parser::DDLStmt.
Definition at line 5656 of file ParserNode.cpp.
References Parser::check_alter_table_privilege(), Executor::clearExternalCaches(), Parser::IntLiteral::get_intval(), Catalog_Namespace::SessionInfo::getCatalog(), legacylockmgr::getExecuteReadLock(), TableDescriptor::isView, param_, table_, table_is_temporary(), TableDescriptor::tableId, to_lower(), and UNREACHABLE.
Referenced by heavydb.cursor.Cursor::executemany().
|
private |
Definition at line 1404 of file ParserNode.h.
Referenced by execute().
|
private |
Definition at line 1403 of file ParserNode.h.
Referenced by execute().