Fix build, add test

This commit is contained in:
Pavel Kruglov 2021-06-23 13:41:49 +03:00
parent 7989d6a848
commit f1efaea31a

View File

@ -58,6 +58,8 @@ public:
bool useDefaultImplementationForConstants() const override { return true; }
bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return false; }
ColumnNumbers getArgumentsThatAreAlwaysConstant() const override { return {0, 2}; }
bool isVariadic() const override { return true; }