mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Fixed build #3666
This commit is contained in:
parent
55b4c04a23
commit
08e8fbaaa8
@ -57,6 +57,9 @@ struct FunctionUnaryArithmeticMonotonicity;
|
||||
template <typename> struct AbsImpl;
|
||||
template <typename> struct NegateImpl;
|
||||
|
||||
/// Used to indicate undefined operation
|
||||
struct InvalidType;
|
||||
|
||||
|
||||
template <template <typename> class Op, typename Name, bool is_injective>
|
||||
class FunctionUnaryArithmetic : public IFunction
|
||||
|
Loading…
Reference in New Issue
Block a user