mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Better
This commit is contained in:
parent
6f0c0252f0
commit
1f3d75cbf2
@ -105,7 +105,7 @@ namespace
|
|||||||
for (auto & type : data_types)
|
for (auto & type : data_types)
|
||||||
{
|
{
|
||||||
WhichDataType which(type);
|
WhichDataType which(type);
|
||||||
if (which.isFloat64() || which.isInt64() || which.isUInt64())
|
if (which.isInt64() || which.isUInt64())
|
||||||
type = std::make_shared<DataTypeFloat64>();
|
type = std::make_shared<DataTypeFloat64>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user