This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a change to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 095f86adc68 add interface
     new 34bf1aa11bb add optimizer RemoveRedundantIdentityProjections
     new 3a8183fe219 Merge branch 'ty/TableModelGrammar' of 
github.com:apache/iotdb into ty/TableModelGrammar
     new c818ecda1af add optimizer
     new 09e1be46ebf merge master
     new 5a90254881e perfect process

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plan/planner/plan/node/PlanNode.java           |   6 +
 .../plan/planner/plan/node/PlanVisitor.java        |   5 +
 .../relational/metadata/TableMetadataImpl.java     |   9 +
 .../plan/relational/planner/Assignments.java       |   5 +-
 .../plan/relational/planner/LogicalPlanner.java    |   7 +-
 .../plan/relational/planner/PlanBuilder.java       |  45 ++---
 .../plan/relational/planner/QueryPlanner.java      |  63 +++----
 .../plan/relational/planner/RelationPlan.java      |   6 +-
 .../plan/relational/planner/RelationPlanner.java   | 181 +++++++--------------
 .../distribute/RelationalDistributionPlanner.java  |   3 +
 .../plan/relational/planner/node/FilterNode.java   |   8 +-
 .../plan/relational/planner/node/LimitNode.java    |  10 +-
 .../plan/relational/planner/node/OffsetNode.java   |   8 +-
 .../plan/relational/planner/node/OutputNode.java   |  20 ++-
 .../plan/relational/planner/node/ProjectNode.java  |  14 +-
 .../plan/relational/planner/node/SortNode.java     |  12 +-
 .../relational/planner/node/TableScanNode.java     |   5 +
 ...RelationalPlanOptimizer.java => IndexScan.java} |   8 +-
 ...ava => RemoveRedundantIdentityProjections.java} |  61 ++++---
 .../planner/optimizations/SimplifyExpressions.java |   4 -
 .../plan/relational/analyzer/AnalyzerTest.java     |   6 +-
 .../plan/relational/analyzer/TestMatadata.java     |  10 ++
 22 files changed, 274 insertions(+), 222 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{RelationalPlanOptimizer.java
 => IndexScan.java} (82%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{SimplifyExpressions.java
 => RemoveRedundantIdentityProjections.java} (50%)

Reply via email to