This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch ty/CollectOperator
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5ecbed2b118 fix some bugs in table schema fetcher
add 751420c9eb9 Add collect node for table model (#12845)
add a472f9d12c1 Add license for code
new 2ac784393bf Merge remote-tracking branch 'origin/ty/TableModelGrammar'
into ty/CollectOperator
new eedb7ddbdf2 support collectOperator
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plan/planner/TableOperatorGenerator.java | 18 +++++++++
.../plan/planner/plan/node/PlanNodeType.java | 3 +-
.../plan/planner/plan/node/PlanVisitor.java | 5 +++
.../node/{FilterNode.java => CollectNode.java} | 47 ++++++++--------------
.../plan/relational/planner/node/OutputNode.java | 1 +
5 files changed, 43 insertions(+), 31 deletions(-)
copy
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/node/{FilterNode.java
=> CollectNode.java} (65%)