Export IStorage::isVirtualColumn()

This commit is contained in:
Azat Khuzhin 2022-01-10 21:21:24 +03:00
parent 02146a11d8
commit 6671e86c89

View File

@ -217,7 +217,6 @@ public:
/// Extract data from the backup and put it to the storage.
virtual RestoreDataTasks restoreFromBackup(const BackupPtr & backup, const String & data_path_in_backup, const ASTs & partitions, ContextMutablePtr context);
protected:
/// Returns whether the column is virtual - by default all columns are real.
/// Initially reserved virtual column name may be shadowed by real column.
bool isVirtualColumn(const String & column_name, const StorageMetadataPtr & metadata_snapshot) const;