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 8854da15f36 support sliding window, fix visitSlidingWindow method of
OperatorGeneratorTree; support order by time; add schemaMap for templateInfo;
fix devicePath of SingleDeviceViewNode.
add 569d6eddcd5 add ascending and descending aggregation descriptors
support
No new revisions were added by this update.
Summary of changes:
...oTDBAlignByDeviceWithTemplateAggregationIT.java | 126 +++++++++++++++---
.../plan/analyze/TemplatedAggregationAnalyze.java | 3 +-
.../db/queryengine/plan/analyze/TemplatedInfo.java | 143 ++++++++++++---------
.../plan/optimization/AggregationPushDown.java | 71 ++++------
.../plan/planner/OperatorTreeGenerator.java | 11 +-
.../plan/planner/TemplatedLogicalPlan.java | 25 +++-
.../planner/distribution/DistributionPlanner.java | 3 +
.../source/AlignedSeriesAggregationScanNode.java | 38 ++++--
8 files changed, 284 insertions(+), 136 deletions(-)