This commit is contained in:
Kruglov Pavel 2021-06-23 19:43:15 +03:00 committed by Pavel Kruglov
parent db3f66f422
commit 6dfba6ee2a

View File

@ -14,7 +14,7 @@ class FunctionIfBase : public IFunction
{
#if USE_EMBEDDED_COMPILER
public:
bool isCompilableImpl(const DataTypes & ) const override
bool isCompilableImpl(const DataTypes & types) const override
{
/// It's difficult to compare Date and DateTime - cannot use JIT compilation.
bool has_date = false;