remove useless code

This commit is contained in:
taiyang-li 2023-05-22 16:02:42 +08:00
parent 3980665771
commit 056e5824b5

View File

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