diff --git a/be/src/vec/aggregate_functions/aggregate_function_product.h b/be/src/vec/aggregate_functions/aggregate_function_product.h index 0e392b0e69..cdf62a9dfc 100644 --- a/be/src/vec/aggregate_functions/aggregate_function_product.h +++ b/be/src/vec/aggregate_functions/aggregate_function_product.h @@ -60,7 +60,7 @@ public: using ColVecResult = std::conditional_t, ColumnDecimal, ColumnVector>; - std::string get_name() const { return "product"; } + std::string get_name() const override { return "product"; } AggregateFunctionProduct(const DataTypes& argument_types_) : IAggregateFunctionDataHelper>(