You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/02/14 02:58:01 UTC

[iotdb] branch alignbydevicebug updated (0ae3f22 -> 1e45b67)

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

xiangweiwei pushed a change to branch alignbydevicebug
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 0ae3f22  align by device bug
     add 1e45b67  move optimizeExpression to queryoperator

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterQueryRouter.java    |  20 +---
 .../db/qp/logical/crud/GroupByQueryOperator.java   |  57 +++++++++++
 .../iotdb/db/qp/logical/crud/QueryOperator.java    |  32 ++++--
 .../db/query/dataset/AlignByDeviceDataSet.java     |   9 +-
 .../iotdb/db/query/executor/QueryRouter.java       | 112 ++-------------------
 5 files changed, 101 insertions(+), 129 deletions(-)