ClickHouse/src/Storages/getVirtualsForStorage.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
195 B
C++
Raw Normal View History

2022-03-28 23:44:30 +00:00
#pragma once
2022-03-28 19:18:20 +00:00
#include <Core/NamesAndTypes.h>
namespace DB
{
NamesAndTypesList getVirtualsForStorage(const NamesAndTypesList & storage_columns_, const NamesAndTypesList & default_virtuals_);
}