Fix comment

This commit is contained in:
Ivan Lezhankin 2019-05-28 15:22:10 +03:00
parent 1eccbc39c5
commit 6b1a9e0e52

View File

@ -116,7 +116,6 @@ protected: /// still thread-unsafe part.
/// Returns whether the column is virtual - by default all columns are real.
/// Initially reserved virtual column name may be shadowed by real column.
/// Returns false even for non-existent non-virtual columns.
virtual bool isVirtualColumn(const String & column_name) const;
private: