From a237d80f1568371260a79cba7c5ca8c3095b35cd Mon Sep 17 00:00:00 2001 From: zhiqiang-hhhh Date: Mon, 30 Sep 2024 09:04:55 +0800 Subject: [PATCH] _foreach --- be/src/vec/aggregate_functions/aggregate_function_foreach.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/src/vec/aggregate_functions/aggregate_function_foreach.h b/be/src/vec/aggregate_functions/aggregate_function_foreach.h index cdbb939c504f2c7..ae1e68857cf58b9 100644 --- a/be/src/vec/aggregate_functions/aggregate_function_foreach.h +++ b/be/src/vec/aggregate_functions/aggregate_function_foreach.h @@ -54,10 +54,10 @@ struct AggregateFunctionForEachData { */ class AggregateFunctionForEach : public IAggregateFunctionDataHelper { + AggregateFunctionForEach, SkipNullablePropertyCheck> { protected: using Base = IAggregateFunctionDataHelper; + AggregateFunctionForEach, SkipNullablePropertyCheck>; AggregateFunctionPtr nested_function; const size_t nested_size_of_data;