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/08/17 05:47:11 UTC

[iotdb] 03/05: Merge remote-tracking branch 'origin/master' into cluster-

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

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

commit 184d3d12a52ee0f0f5accaa4e8337359b9062df2
Merge: 8fff2eb 199519d
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Aug 14 13:01:09 2021 +0800

    Merge remote-tracking branch 'origin/master' into cluster-

 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |  10 +
 client-py/iotdb/utils/Tablet.py                    | 131 +++++++----
 client-py/tests/tablet_performance_comparison.py   | 248 +++++++++++++++++++++
 docs/UserGuide/Appendix/SQL-Reference.md           |  18 ++
 .../DML-Data-Manipulation-Language.md              |  52 ++++-
 docs/zh/UserGuide/Appendix/SQL-Reference.md        |  17 ++
 .../DML-Data-Manipulation-Language.md              |  60 ++++-
 .../main/java/org/apache/iotdb/TabletExample.java  | 195 ++++++++++++++++
 .../iotdb/db/qp/constant/FilterConstant.java       |   6 +-
 .../iotdb/db/qp/logical/crud/LikeOperator.java     | 130 +++++++++++
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  20 +-
 .../iotdb/db/query/executor/fill/ValueFill.java    | 110 +++++++++
 .../apache/iotdb/db/integration/IoTDBFillIT.java   |  32 +++
 .../iotdb/db/integration/IoTDBQueryDemoIT.java     | 158 +++++++++++++
 .../iotdb/db/qp/logical/LogicalPlanSmallTest.java  |  14 ++
 .../iotdb/db/qp/physical/PhysicalPlanTest.java     |  17 ++
 .../iotdb/tsfile/read/filter/ValueFilter.java      |  27 +++
 .../read/filter/factory/FilterSerializeId.java     |   3 +-
 .../iotdb/tsfile/read/filter/operator/Like.java    | 114 ++++++++++
 19 files changed, 1298 insertions(+), 64 deletions(-)