remove some unused member function of IFunctionBase (#30260)

This commit is contained in:
Pxl
2024-01-23 17:17:39 +08:00
committed by yiguolei
parent 72f4e7e2d1
commit 02a27a587a
17 changed files with 25 additions and 166 deletions

View File

@ -561,8 +561,6 @@ public:
return get_variadic_argument_types_impl().size();
}
bool get_is_injective(const Block&) override { return false; }
DataTypePtr get_return_type_impl(const DataTypes& arguments) const override {
if (!is_string_or_fixed_string(arguments[0])) {
LOG(FATAL) << fmt::format("Illegal type {} of argument of function {}",