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 7d8f8f8020c add IoTDBAlignByDeviceWithTemplateAggregationIT
add 8854da15f36 support sliding window, fix visitSlidingWindow method of
OperatorGeneratorTree; support order by time; add schemaMap for templateInfo;
fix devicePath of SingleDeviceViewNode.
No new revisions were added by this update.
Summary of changes:
...oTDBAlignByDeviceWithTemplateAggregationIT.java | 86 +++++++++++++---
.../plan/analyze/TemplatedAggregationAnalyze.java | 12 +--
.../queryengine/plan/analyze/TemplatedAnalyze.java | 2 +-
.../db/queryengine/plan/analyze/TemplatedInfo.java | 56 +++++++----
.../plan/optimization/AggregationPushDown.java | 1 +
.../plan/planner/LogicalPlanBuilder.java | 3 -
.../plan/planner/OperatorTreeGenerator.java | 37 ++++---
.../plan/planner/TemplatedLogicalPlan.java | 109 +++++++++------------
.../plan/planner/TemplatedLogicalPlanBuilder.java | 22 ++++-
.../source/AlignedSeriesAggregationScanNode.java | 6 +-
.../plan/parameter/GroupByTimeParameter.java | 4 -
11 files changed, 213 insertions(+), 125 deletions(-)