This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/joinOperator
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9b146fd85ad fix join using ut that assignments in project/tablescan is
not matched.
add f00f8442dc0 perfect inner join operator
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/it/utils/TestUtils.java | 4 +-
.../db/it/IoTDBMultiIDsWithAttributesTableIT.java | 123 +++++++--
.../fragment/FragmentInstanceContext.java | 8 +-
.../source/relational/InnerJoinOperator.java | 285 +++++++++++++--------
.../relational/ColumnTransformerBuilder.java | 10 +-
.../plan/planner/plan/node/PlanGraphPrinter.java | 10 +
.../plan/relational/planner/RelationPlanner.java | 10 +-
.../relational/planner/TableLogicalPlanner.java | 4 -
.../planner/iterative/rule/AddJoinIndex.java | 18 ++
.../optimizations/PushPredicateIntoTableScan.java | 140 +++++-----
10 files changed, 396 insertions(+), 216 deletions(-)