Update getFuzzerData.cpp

This commit is contained in:
Alexey Boykov 2021-08-23 19:34:14 +03:00 committed by GitHub
parent 25ae7719ba
commit f1976bdf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ public:
}
inline bool isDeterministic() const override { return false; }
bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return false; }
ColumnPtr executeImpl(const ColumnsWithTypeAndName &,
const DataTypePtr &,