Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 4, 2024
1 parent 72e40b0 commit 0378c1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions be/src/vec/functions/function_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -2744,11 +2744,6 @@ class FunctionStringParseUrl : public IFunction {
class FunctionUrlDecode : public IFunction {
public:
static constexpr auto name = "url_decode";
static FunctionPtr create() { return std::make_shared<FunctionUrlDecode>(); }
String get_name() const override { return name; }
size_t get_number_of_arguments() const override { return 1; }
bool is_variadic() const override { return false; }

DataTypePtr get_return_type_impl(const DataTypes& arguments) const override {
return std::make_shared<DataTypeString>();
}
Expand Down

0 comments on commit 0378c1c

Please sign in to comment.