From a18f0c5aa69de6f3af317d7a48aa6e960f42ceb2 Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Mon, 9 Dec 2019 22:46:14 +0300 Subject: [PATCH] update FunctionArrayMapped. --- dbms/src/Functions/array/FunctionArrayMapped.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Functions/array/FunctionArrayMapped.h b/dbms/src/Functions/array/FunctionArrayMapped.h index a557840770f..3313f2a8e6d 100644 --- a/dbms/src/Functions/array/FunctionArrayMapped.h +++ b/dbms/src/Functions/array/FunctionArrayMapped.h @@ -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 "