mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove redundant virtual from function
This commit is contained in:
parent
b0a73589b0
commit
5ae25b68e4
@ -183,7 +183,7 @@ 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.
|
||||
virtual bool isVirtualColumn(const String & column_name) const;
|
||||
bool isVirtualColumn(const String & column_name) const;
|
||||
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user