[Chore](function) set normal function use_default_implementation_for_constants to default (#27891)

set normal function use_default_implementation_for_constants to default
This commit is contained in:
Pxl
2023-12-04 14:19:25 +08:00
committed by GitHub
parent e19af1b2ed
commit 2b715924c5
12 changed files with 34 additions and 57 deletions

View File

@ -892,7 +892,6 @@ public:
String get_name() const override { return name; }
size_t get_number_of_arguments() const override { return 0; }
bool is_variadic() const override { return true; }
bool use_default_implementation_for_constants() const override { return true; }
DataTypePtr get_return_type_impl(const DataTypes& arguments) const override {
return make_nullable(std::make_shared<DataTypeString>());
}