mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
13d0b57ca3
commit
a164a11d10
@ -440,7 +440,7 @@ class FunctionUnaryArithmetic : public IFunction
|
||||
{
|
||||
private:
|
||||
template <typename T0>
|
||||
bool checkType(const DataTypes & arguments, DataTypePtr result) const
|
||||
bool checkType(const DataTypes & arguments, DataTypePtr & result) const
|
||||
{
|
||||
if (dynamic_cast<const T0 *>(&*arguments[0]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user