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

caogaofei pushed a commit to branch beyyes/TableModelGrammar0617
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit cb0d55973ca94fdc37000eafa29902342e22128d
Merge: 6b538554dd6 bbb7846f4ce
Author: Beyyes <[email protected]>
AuthorDate: Mon Jun 17 11:53:00 2024 +0800

    Merge branch 'ty/TableModelGrammar' of github.com:apache/iotdb into 
ty/TableModelGrammar

 .../memory/StatementMemorySourceVisitor.java       |   4 +
 .../TableModelStatementMemorySourceContext.java    |  41 ++++++
 .../TableModelStatementMemorySourceVisitor.java    |  94 +++++++++++++
 .../plan/planner/plan/node/PlanGraphPrinter.java   |  54 +++++++
 .../plan/relational/analyzer/Analysis.java         |  20 ++-
 .../relational/analyzer/StatementAnalyzer.java     |   3 +-
 .../relational/cost/CachingTableStatsProvider.java |  51 -------
 .../plan/relational/cost/ColumnStatistics.java     | 156 ---------------------
 .../plan/relational/cost/DoubleRange.java          | 104 --------------
 .../queryengine/plan/relational/cost/Estimate.java |  84 -----------
 .../plan/relational/cost/StatsUtil.java            |  43 ------
 .../plan/relational/cost/TableStatistics.java      | 112 ---------------
 .../plan/relational/cost/TableStatsProvider.java   |  20 ---
 .../relational/metadata/TableMetadataImpl.java     |   2 +-
 .../plan/relational/planner/LogicalPlanner.java    |  16 ++-
 .../relational/planner/RelationalModelPlanner.java |  19 +--
 .../planner/optimizations/IndexScan.java           |  67 ++++-----
 17 files changed, 259 insertions(+), 631 deletions(-)

Reply via email to