mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Working commit
This commit is contained in:
parent
0ee1b46d40
commit
fcbd37c662
@ -846,7 +846,7 @@ private:
|
||||
else if (which.isDecimal32()) executeIntType<Decimal32, first, ColumnDecimal<Decimal32>>(icolumn, vec_to);
|
||||
else if (which.isDecimal64()) executeIntType<Decimal64, first, ColumnDecimal<Decimal64>>(icolumn, vec_to);
|
||||
else if (which.isDecimal128()) executeIntType<Decimal128, first, ColumnDecimal<Decimal128>>(icolumn, vec_to);
|
||||
else if (which.isUUID()) executeIntType<DataTypeUUID, first, ColumnVector<DataTypeUUID>>(icolumn, vec_to);
|
||||
else if (which.isUUID()) executeIntType<DataTypeUUID, first, ColumnVector<UInt128>>(icolumn, vec_to);
|
||||
else
|
||||
throw Exception("Unexpected type " + from_type->getName() + " of argument of function " + getName(),
|
||||
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT);
|
||||
|
Loading…
Reference in New Issue
Block a user