Inherit default implementation of getArgumentsThatAreAlwaysConstant()

This commit is contained in:
Robert Schulze 2022-07-06 14:42:19 +00:00
parent 6a907b23fb
commit 144c1edb03
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -61,7 +61,6 @@ public:
size_t getNumberOfArguments() const override { return 2; }
bool useDefaultImplementationForConstants() const override { return true; }
bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return true; }
ColumnNumbers getArgumentsThatAreAlwaysConstant() const override { return {}; }
DataTypePtr getReturnTypeImpl(const DataTypes & arguments) const override
{