[Feature](vec)(quantile_state): support quantile state in vectorized engine (#16562)
* [Feature](vectorized)(quantile_state): support vectorized quantile state functions 1. now quantile column only support not nullable 2. add up some regression test cases 3. set default enable_quantile_state_type = true --------- Co-authored-by: spaces-x <weixiang06@meituan.com>
This commit is contained in:
@ -34,6 +34,7 @@ void register_aggregate_function_reader_load(AggregateFunctionSimpleFactory& fac
|
||||
register_function_both("bitmap_union", create_aggregate_function_bitmap_union);
|
||||
register_function_both("hll_union",
|
||||
create_aggregate_function_HLL<AggregateFunctionHLLUnionImpl>);
|
||||
register_function_both("quantile_union", create_aggregate_function_quantile_state_union);
|
||||
}
|
||||
|
||||
// only replace function in load/reader do different agg operation.
|
||||
|
||||
Reference in New Issue
Block a user