This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch new-table-model-debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bc386827a01 perfect PredicateScanCombine,
PredicateCombineIntoTableScanChecker
add 2240cc0d060 add explain support
No new revisions were added by this update.
Summary of changes:
...=> TableModelStatementMemorySourceContext.java} | 6 +-
.../TableModelStatementMemorySourceVisitor.java | 116 +++++++++++++++++++++
.../plan/planner/plan/node/PlanGraphPrinter.java | 37 +++++++
.../plan/relational/analyzer/Analysis.java | 23 ++--
.../relational/analyzer/StatementAnalyzer.java | 4 +-
.../plan/relational/planner/LogicalPlanner.java | 4 +
.../relational/planner/RelationalModelPlanner.java | 4 +-
7 files changed, 182 insertions(+), 12 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/memory/{StatementMemorySourceContext.java
=> TableModelStatementMemorySourceContext.java} (84%)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/memory/TableModelStatementMemorySourceVisitor.java