mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix FunctionUnixTimestamp64 with constant argument
This commit is contained in:
parent
c786f05388
commit
3b022b85a5
@ -41,6 +41,7 @@ public:
|
||||
String getName() const override { return name; }
|
||||
size_t getNumberOfArguments() const override { return is_result_datetime64 ? 2 : 1; }
|
||||
bool isVariadic() const override { return is_result_datetime64; }
|
||||
bool useDefaultImplementationForConstants() const override { return true; }
|
||||
|
||||
DataTypePtr getReturnTypeImpl(const ColumnsWithTypeAndName & arguments) const override
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user