mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Moved DataTypeWithDictionary implementation to DataTypeWithDictionary.cpp
This commit is contained in:
parent
e2416cfa6f
commit
ec46b915e8
@ -208,7 +208,7 @@ MutableColumnPtr DataTypeWithDictionary::createColumn() const
|
||||
if (type->isNumber())
|
||||
{
|
||||
MutableColumnPtr column;
|
||||
TypeListNumbers::forEach(CreateColumnVector(column, this, dictionary_type.get()));
|
||||
TypeListNumbers::forEach(CreateColumnVector(column, this, type.get()));
|
||||
|
||||
if (!column)
|
||||
throw Exception("Unexpected numeric type: " + type->getName(), ErrorCodes::LOGICAL_ERROR);
|
||||
|
Loading…
Reference in New Issue
Block a user