You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/10/25 11:02:38 UTC

[incubator-iotdb] branch master updated (5b4c2da -> 5027d60)

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

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


    from 5b4c2da  Modified Decoder and SequenceReader to support old version of TsFile (#464)
     add 5027d60  [IOTDB-253]time expression (#462)

No new revisions were added by this update.

Summary of changes:
 .../2-Concept/1-Key Concepts and Terminology.md    |   42 +-
 .../4-Operation Manual/7-IoTDB Query Language.md   |    2 +
 .../2-Concept/1-Key Concepts and Terminology.md    |   43 +-
 .../4-Operation Manual/7-IoTDB Query Statement.md  |    2 +
 .../org/apache/iotdb/db/sql/parse/TqlLexer.g       |    5 +
 .../org/apache/iotdb/db/sql/parse/TqlParser.g      |   32 +-
 .../apache/iotdb/db/qp/constant/DatetimeUtils.java |   64 ++
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |    7 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  292 +++---
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  |   13 +
 .../org/apache/iotdb/db/sql/TqlParserTest.java     | 1065 +++++++++++---------
 11 files changed, 975 insertions(+), 592 deletions(-)