This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/agg_template_alignbydevice
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c8199d26f29 fix descending aggregator problem; add more comments
add c1b9f3a482f fix group by time; fix select agg1() having agg2()
No new revisions were added by this update.
Summary of changes:
.../queryengine/plan/analyze/AnalyzeVisitor.java | 2 +-
.../plan/analyze/TemplatedAggregationAnalyze.java | 6 ++-
.../queryengine/plan/analyze/TemplatedAnalyze.java | 52 +++++++++++++++++-----
.../db/queryengine/plan/analyze/TemplatedInfo.java | 34 +++++++++++---
.../plan/planner/OperatorTreeGenerator.java | 6 +--
.../plan/planner/SubPlanTypeExtractor.java | 9 ++++
.../plan/planner/TemplatedLogicalPlan.java | 6 ++-
.../plan/planner/TemplatedLogicalPlanBuilder.java | 7 +--
.../plan/planner/plan/node/PlanNodeType.java | 6 ++-
.../planner/plan/node/process/DeviceViewNode.java | 47 +++++++++++++++++++
.../plan/node/process/RawDataAggregationNode.java | 20 +++++++++
.../source/AlignedSeriesAggregationScanNode.java | 2 +-
.../plan/parameter/GroupByTimeParameter.java | 4 ++
13 files changed, 170 insertions(+), 31 deletions(-)