mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
Update getFuzzerData.cpp
This commit is contained in:
parent
25ae7719ba
commit
f1976bdf96
@ -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 &,
|
||||
|
Loading…
Reference in New Issue
Block a user