This is an automated email from the ASF dual-hosted git repository.
zhihao pushed a change to branch perf/szh/window_func_optimize
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3457e8f4295 mvn spotless apply.
add c66f2ddfa10 Add new nodes and ops to logical and distributed plan.
add c98a5117ad0 mvn spotless apply.
No new revisions were added by this update.
Summary of changes:
.../operator/GroupedTopNRowNumberAccumulator.java | 71 -----------
.../operator/GroupedTopNRowNumberBuilder.java | 2 +-
.../SimpleTsBlockWithPositionComparator.java | 5 +-
.../process/window/TopKRankingOperator.java | 9 +-
.../plan/planner/TableOperatorGenerator.java | 135 +++++++++++++++++++++
.../plan/planner/plan/node/PlanGraphPrinter.java | 41 +++++++
.../plan/planner/plan/node/PlanNodeType.java | 8 ++
.../plan/planner/plan/node/PlanVisitor.java | 7 +-
.../distribute/TableDistributedPlanGenerator.java | 48 ++++++++
.../iterative/rule/PushDownFilterIntoWindow.java | 2 +-
.../iterative/rule/PushDownLimitIntoWindow.java | 2 +-
.../relational/planner/node/RowNumberNode.java | 16 +++
.../relational/planner/node/TopKRankingNode.java | 43 ++++---
.../plan/relational/planner/node/ValuesNode.java | 6 +
.../optimizations/LogicalOptimizeFactory.java | 16 ++-
.../planner/optimizations/SymbolMapper.java | 33 +++--
.../optimizations/UnaliasSymbolReferences.java | 24 ++++
17 files changed, 358 insertions(+), 110 deletions(-)