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 e88922eb7cc add explain support
add eeb692a5824 cp eea9de150eb46f13b0e8db590777b3e84d366565
add bebbe605ba0 modify judgement of
TableModelStatementMemorySourceVisitor, perfect the logic of IndexScan
No new revisions were added by this update.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 24 +-
.../queryengine/plan/execution/QueryExecution.java | 2 +-
.../TableModelStatementMemorySourceVisitor.java | 4 +
.../plan/planner/plan/node/PlanGraphPrinter.java | 2 +-
.../PredicateCombineIntoTableScanChecker.java | 4 +-
.../relational/metadata/TableMetadataImpl.java | 2 +-
.../plan/relational/planner/LogicalPlanner.java | 4 +-
.../ExtractCommonPredicatesExpressionRewriter.java | 2 +-
...cateScanCombine.java => FilterScanCombine.java} | 47 ++--
.../planner/optimizations/IndexScan.java | 139 ++++-------
.../plan/relational/analyzer/AnalyzerTest.java | 255 +++++++++++++++++++++
11 files changed, 354 insertions(+), 131 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{PredicateScanCombine.java
=> FilterScanCombine.java} (85%)