[Fix](compile) Fix compilation errors reported by clang (#10221)
fix failed to build the codebase by clang
This commit is contained in:
@ -60,7 +60,7 @@ public:
|
||||
using ColVecResult =
|
||||
std::conditional_t<IsDecimalNumber<T>, ColumnDecimal<TResult>, ColumnVector<TResult>>;
|
||||
|
||||
std::string get_name() const { return "product"; }
|
||||
std::string get_name() const override { return "product"; }
|
||||
|
||||
AggregateFunctionProduct(const DataTypes& argument_types_)
|
||||
: IAggregateFunctionDataHelper<Data, AggregateFunctionProduct<T, TResult, Data>>(
|
||||
|
||||
Reference in New Issue
Block a user