未验证 提交 a005ec4c 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #15589 from ClickHouse/tavplubix-patch-1

Use default implemetation for constants in JSON* functions
......@@ -279,7 +279,7 @@ public:
String getName() const override { return Name::name; }
bool isVariadic() const override { return true; }
size_t getNumberOfArguments() const override { return 0; }
bool useDefaultImplementationForConstants() const override { return false; }
bool useDefaultImplementationForConstants() const override { return true; }
DataTypePtr getReturnTypeImpl(const ColumnsWithTypeAndName & arguments) const override
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册