mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Merge branch 'master' of github.com:yandex/ClickHouse
This commit is contained in:
commit
ba9590d340
@ -4,9 +4,6 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
template class SetVariantsTemplate<NonClearableSet>;
|
||||
template class SetVariantsTemplate<ClearableSet>;
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int UNKNOWN_SET_DATA_VARIANT;
|
||||
@ -169,4 +166,7 @@ typename SetVariantsTemplate<Variant>::Type SetVariantsTemplate<Variant>::choose
|
||||
return Type::hashed;
|
||||
}
|
||||
|
||||
template struct SetVariantsTemplate<NonClearableSet>;
|
||||
template struct SetVariantsTemplate<ClearableSet>;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user