update FunctionArrayMapped.

This commit is contained in:
Nikolai Kochetov 2019-12-09 22:46:14 +03:00
parent db08cc1b5a
commit a18f0c5aa6

View File

@ -54,7 +54,7 @@ public:
/// Called if at least one function argument is a lambda expression.
/// For argument-lambda expressions, it defines the types of arguments of these expressions.
void getLambdaArgumentTypesImpl(DataTypes & arguments) const override
void getLambdaArgumentTypes(DataTypes & arguments) const override
{
if (arguments.size() < 1)
throw Exception("Function " + getName() + " needs at least one argument; passed "