You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/07/15 09:31:19 UTC

[incubator-iotdb] branch optimize_path updated (64ee555 -> 611a738)

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

geniuspig pushed a change to branch optimize_path
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 64ee555  Update LogicalGenerator.java
     add 611a738  code

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  6 ++--
 .../org/apache/iotdb/db/metadata/MManager.java     |  4 +--
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 36 +++++++++++++++++-----
 .../org/apache/iotdb/db/metadata/MetaUtils.java    | 18 ++++++++++-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 10 ++++--
 .../iotdb/db/qp/strategy/LogicalGenerator.java     | 12 +++++---
 .../org/apache/iotdb/tsfile/read/common/Path.java  |  8 +++++
 7 files changed, 72 insertions(+), 22 deletions(-)