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 8c2d0ca Add slimit tests
add 2b38c23 implemenet count(*)
No new revisions were added by this update.
Summary of changes:
.../qp/logical/crud/AggregationQueryOperator.java | 1 +
.../db/qp/logical/crud/SpecialClauseComponent.java | 7 ++
.../iotdb/db/qp/physical/crud/AggregationPlan.java | 37 +++++-----
.../iotdb/db/qp/physical/crud/QueryPlan.java | 4 +-
.../qp/strategy/optimizer/ConcatPathOptimizer.java | 18 ++---
.../iotdb/db/qp/utils/GroupByLevelController.java | 79 ++++++++++++++++++----
.../query/expression/unary/FunctionExpression.java | 7 ++
.../org/apache/iotdb/db/utils/AggregateUtils.java | 55 ---------------
.../aggregation/IoTDBAggregationByLevelIT.java | 41 +++++++++--
9 files changed, 143 insertions(+), 106 deletions(-)
delete mode 100644
server/src/main/java/org/apache/iotdb/db/utils/AggregateUtils.java