mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix comment
This commit is contained in:
parent
1eccbc39c5
commit
6b1a9e0e52
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user