You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/03/30 14:47:34 UTC

[iotdb] branch master updated: fix spelling mistake in TsFile's readme doc (#2947)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 52a7251  fix spelling mistake in TsFile's readme doc (#2947)
52a7251 is described below

commit 52a72511cd7c2ea8d79a6cf2518a46e03a73112c
Author: ly <33...@users.noreply.github.com>
AuthorDate: Tue Mar 30 22:47:01 2021 +0800

    fix spelling mistake in TsFile's readme doc (#2947)
---
 docs/zh/SystemDesign/TsFile/Read.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/zh/SystemDesign/TsFile/Read.md b/docs/zh/SystemDesign/TsFile/Read.md
index 55450ab..bcf89f6 100644
--- a/docs/zh/SystemDesign/TsFile/Read.md
+++ b/docs/zh/SystemDesign/TsFile/Read.md
@@ -53,11 +53,11 @@ Filter 表示基本的过滤条件。用户可以在时间戳上、或某一列
 Filter|类型|含义|示例
 ----|----|---|------
 TimeEq|时间过滤条件|时间戳等于某个值|TimeEq(t),表示时间戳等于 t 
-TimeGt|时间过滤条件|时间戳大于某个值|TimeGt(t),表示时间戳大 t
-TimeGtEq|时间过滤条件|时间戳大于等于某个值|TimeGtEq(t),表示时间戳大于等 t
-TimeLt|时间过滤条件|时间戳小于某个值|TimeLt(t),表示时间戳小 t
-TimeLtEq|时间过滤条件|时间戳小于等于某个值|TimeLtEq(t),表示时间戳小于等 t
-TimeNotEq|时间过滤条件|时间戳不等于某个值|TimeNotEq(t),表示时间戳不等 t
+TimeGt|时间过滤条件|时间戳大于某个值|TimeGt(t),表示时间戳大于 t
+TimeGtEq|时间过滤条件|时间戳大于等于某个值|TimeGtEq(t),表示时间戳大于等于 t
+TimeLt|时间过滤条件|时间戳小于某个值|TimeLt(t),表示时间戳小于 t
+TimeLtEq|时间过滤条件|时间戳小于等于某个值|TimeLtEq(t),表示时间戳小于等于 t
+TimeNotEq|时间过滤条件|时间戳不等于某个值|TimeNotEq(t),表示时间戳不等于 t
 ValueEq|值过滤条件|该列数值等于某个值|ValueEq(2147483649),表示该列数值等于2147483649
 ValueGt|值过滤条件|该列数值大于某个值|ValueGt(100.5),表示该列数值大于100.5
 ValueGtEq|值过滤条件|该列数值大于等于某个值|ValueGtEq(2),表示该列数值大于等于2