BiteTheDDDDt commented on code in PR #24348:
URL: https://github.com/apache/doris/pull/24348#discussion_r1325469832


##########
docs/zh-CN/docs/data-table/data-model.md:
##########
@@ -90,13 +90,16 @@ PROPERTIES (
 
 表中的列按照是否设置了 `AggregationType`,分为 Key (维度列) 和 Value(指标列)。没有设置 `AggregationType` 
的,如 `user_id`、`date`、`age` ... 等称为 **Key**,而设置了 `AggregationType` 的称为 **Value**。
 
-当我们导入数据时,对于 Key 列相同的行会聚合成一行,而 Value 列会按照设置的 `AggregationType` 进行聚合。 
`AggregationType` 目前有以下四种聚合方式:
+当我们导入数据时,对于 Key 列相同的行会聚合成一行,而 Value 列会按照设置的 `AggregationType` 进行聚合。 
`AggregationType` 目前有以下四种聚合方式和agg_state:

Review Comment:
   There are some other aggregation types, such as bitmap_union/hll_union...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to