This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a change to branch groupbylevel
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 4ea643c Reimplement current function
add bc0ea9e implement new function supporting multi level
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 6 +--
influxdb-protocol/pom.xml | 4 +-
.../qp/logical/crud/AggregationQueryOperator.java | 2 +-
.../iotdb/db/qp/logical/crud/QueryOperator.java | 2 +-
.../db/qp/logical/crud/SpecialClauseComponent.java | 10 ++---
.../iotdb/db/qp/physical/crud/AggregationPlan.java | 20 ++++-----
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 47 ++++++++++++++++------
.../query/dataset/groupby/GroupByTimeDataSet.java | 2 +-
.../db/query/executor/AggregationExecutor.java | 2 +-
.../iotdb/db/query/executor/QueryRouter.java | 11 +++--
.../org/apache/iotdb/db/utils/AggregateUtils.java | 14 ++++---
11 files changed, 74 insertions(+), 46 deletions(-)