This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch TableModelGrammar0606
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from ed474142d3e cp from new-table-model-debug
add d2fe76bca3d perfect PredicateScanCombine,
PredicateCombineIntoTableScanChecker
add f829d1cc913 cp
No new revisions were added by this update.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 6 +-
...a => PredicateCombineIntoTableScanChecker.java} | 69 +++++++++++---------
.../PredicatePushIntoMetadataChecker.java | 3 +-
.../plan/relational/planner/LogicalPlanner.java | 4 +-
.../relational/planner/node/TableScanNode.java | 22 ++++++-
.../planner/optimizations/IndexScan.java | 9 ++-
...catePushDown.java => PredicateScanCombine.java} | 75 +++++++++++++---------
.../plan/optimization/PredicatePushDownTest.java | 2 +-
.../plan/relational/analyzer/AnalyzerTest.java | 4 +-
9 files changed, 123 insertions(+), 71 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/predicate/{PredicatePushIntoMetadataChecker.java
=> PredicateCombineIntoTableScanChecker.java} (70%)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{PredicatePushDown.java
=> PredicateScanCombine.java} (72%)