This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 5c95c5843a3 Merge branch 'ty/TableModelGrammar' of 
github.com:apache/iotdb into ty/TableModelGrammar
     new 6fb4d2538e0 implement TableScanOperator
     new 759ba5bdb06 resolve conflicts

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:
 .../source/relational/TableScanOperator.java       | 369 +++++++++++++++++++++
 .../execution/config/TableConfigTaskVisitor.java   |  22 +-
 .../relational/planner/node/TableScanNode.java     |  26 +-
 .../plan/relational/type/InternalTypeManager.java  |  23 ++
 .../dataregion/read/QueryDataSource.java           |   9 +
 .../org/apache/iotdb/commons/path/AlignedPath.java |   4 +
 .../iotdb/tsfile/common/conf/TSFileConfig.java     |   2 +
 .../iotdb/tsfile/file/metadata/IDeviceID.java      |  53 +++
 .../iotdb/tsfile/file/metadata/PlainDeviceID.java  |  15 +
 .../tsfile/file/metadata/StringArrayDeviceID.java  | 273 +++++++++++++++
 .../org/apache/iotdb/tsfile/utils/WriteUtils.java  |  17 +-
 11 files changed, 789 insertions(+), 24 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TableScanOperator.java
 create mode 100644 
iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/StringArrayDeviceID.java
 copy 
iotdb-api/common-api/src/main/java/org/apache/iotdb/tsfile/utils/Accountable.java
 => 
iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/utils/WriteUtils.java 
(76%)

Reply via email to