Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
This commit is contained in:
Ivan 2021-06-13 22:27:54 +03:00 committed by GitHub
parent a237229998
commit d5bd761db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ public:
const String & name() const; const String & name() const;
void restoreTable(); // TODO(ilezhankin): get rid of this void restoreTable(); // TODO(ilezhankin): get rid of this
std::shared_ptr<ASTTableIdentifier> createTable() const; // return |nullptr| if identifier is not table. std::shared_ptr<ASTTableIdentifier> createTable() const; // returns |nullptr| if identifier is not table.
protected: protected:
String full_name; String full_name;