Skip to content

Commit

Permalink
_foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Sep 30, 2024
1 parent 4a87a74 commit a237d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/vec/aggregate_functions/aggregate_function_foreach.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ struct AggregateFunctionForEachData {
*/
class AggregateFunctionForEach
: public IAggregateFunctionDataHelper<AggregateFunctionForEachData,
AggregateFunctionForEach, AlwaysNullable> {
AggregateFunctionForEach, SkipNullablePropertyCheck> {
protected:
using Base = IAggregateFunctionDataHelper<AggregateFunctionForEachData,
AggregateFunctionForEach, AlwaysNullable>;
AggregateFunctionForEach, SkipNullablePropertyCheck>;

AggregateFunctionPtr nested_function;
const size_t nested_size_of_data;
Expand Down

0 comments on commit a237d80

Please sign in to comment.