This is an automated email from the ASF dual-hosted git repository. zyk pushed a commit to branch rc/1.1.0 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1d434edebba627221b39c969ae52f3cf488dd7c9 Author: 肖志红 <[email protected]> AuthorDate: Wed Mar 15 15:05:24 2023 +0800 [To rel/1.1] Update markdown table style (#9332) --- docs/zh/UserGuide/Data-Concept/Encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/UserGuide/Data-Concept/Encoding.md b/docs/zh/UserGuide/Data-Concept/Encoding.md index 471b6f41d0..1e1b2a3fad 100644 --- a/docs/zh/UserGuide/Data-Concept/Encoding.md +++ b/docs/zh/UserGuide/Data-Concept/Encoding.md @@ -74,7 +74,7 @@ CHIMP 是一种无损编码。它是一种新的流式浮点数据压缩算法 前文介绍的五种编码适用于不同的数据类型,若对应关系错误,则无法正确创建时间序列。数据类型与支持其编码的编码方式对应关系总结如下表所示。 | 数据类型 | 支持的编码 | -|-:-:------|-:-:-----------------------------------------| +| :----- | :----- | | BOOLEAN | PLAIN, RLE | | INT32 | PLAIN, RLE, TS_2DIFF, GORILLA, FREQ, ZIGZAG | | INT64 | PLAIN, RLE, TS_2DIFF, GORILLA, FREQ, ZIGZAG |
