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/02/10 05:04:51 UTC

[incubator-iotdb] branch http updated (756187d -> d81346e)

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

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


    from 756187d  pefect code.
     add 72eb5af  [IOTDB-447] query not exist measurement and constant measurement (#772)
     add 4ab12f4  add documents for group by device syntax (#781)
     add d81346e  Merge branch 'master' into http

No new revisions were added by this update.

Summary of changes:
 .../2-DML (Data Manipulation Language).md          |  15 +
 .../5-Operation Manual/4-SQL Reference.md          |  89 ++-
 .../2-DML (Data Manipulation Language).md          |  16 +
 .../5-Operation Manual/4-SQL Reference.md          |  24 +-
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |   1 +
 .../db/engine/storagegroup/TsFileProcessor.java    |   1 +
 .../iotdb/db/qp/physical/crud/QueryPlan.java       |  70 ++
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |   9 +
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  88 ++-
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |   8 -
 .../qp/strategy/optimizer/RemoveNotOptimizer.java  |   6 +
 .../db/query/dataset/DeviceIterateDataSet.java     |  47 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 146 +++-
 .../iotdb/db/integration/IoTDBGroupbyDeviceIT.java | 823 ++++++++++++++++++++-
 .../iotdb/db/integration/IoTDBMultiSeriesIT.java   |  20 +-
 .../org/apache/iotdb/session/SessionDataSet.java   | 141 ++--
 .../org/apache/iotdb/session/IoTDBSessionIT.java   |  53 ++
 .../org/apache/iotdb/tsfile/read/common/Field.java |  30 +
 .../apache/iotdb/tsfile/read/common/RowRecord.java |   5 +
 19 files changed, 1444 insertions(+), 148 deletions(-)