mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
update FunctionArrayMapped.
This commit is contained in:
parent
db08cc1b5a
commit
a18f0c5aa6
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user