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 9aba3d20362 perfect the logic of PredicatePushDown
add bc386827a01 perfect PredicateScanCombine,
PredicateCombineIntoTableScanChecker
No new revisions were added by this update.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 6 +-
...a => PredicateCombineIntoTableScanChecker.java} | 71 +++++++++++---------
.../PredicatePushIntoMetadataChecker.java | 3 +-
.../plan/relational/planner/LogicalPlanner.java | 5 +-
.../relational/planner/node/TableScanNode.java | 22 ++++++-
.../planner/optimizations/IndexScan.java | 9 ++-
...catePushDown.java => PredicateScanCombine.java} | 76 +++++++++++++---------
7 files changed, 121 insertions(+), 71 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/predicate/{PredicatePushIntoMetadataChecker.java
=> PredicateCombineIntoTableScanChecker.java} (69%)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/{PredicatePushDown.java
=> PredicateScanCombine.java} (72%)