[refactor](vectorized) to_bitmap(-1) return NULL instead of return parse failed error_message (#8373)
This commit is contained in:
@ -32,7 +32,7 @@ void register_aggregate_function_reader(AggregateFunctionSimpleFactory& factory)
|
||||
register_function_reader("min", create_aggregate_function_min);
|
||||
register_function_reader("replace_if_not_null", create_aggregate_function_replace_if_not_null);
|
||||
register_function_reader("bitmap_union", create_aggregate_function_bitmap_union);
|
||||
register_function_reader("hll_union", create_aggregate_function_HLL_union);
|
||||
register_function_reader("hll_union", create_aggregate_function_HLL_union<false>);
|
||||
}
|
||||
|
||||
void register_aggregate_function_reader_no_spread(AggregateFunctionSimpleFactory& factory) {
|
||||
|
||||
Reference in New Issue
Block a user