- [x] https://github.com/StarRocks/starrocks/pull/56960 ## Enhancement Since StarRocks has already integrated with [DataSketches](https://datasketches.apache.org/) and supported [HLLSketch](https://github.com/StarRocks/starrocks/issues/20831), but we can support more sketches for more user scenes. - `ds_theta_count_distinct`(Theta Sketch): https://github.com/StarRocks/starrocks/pull/56960 - `ds_quantile_percentile_approx`(Quantile Sketches): - `ds_frequency_approx_top_k`(Frequency Sketches ) - ....