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

jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3ef660940b5 Merge branch 'enhance_ideviceid_partition_cache' into 
TableModelIngestion
     add a472f9d12c1 Add license for code
     add 00100faf4b4 Implement new ClusterPartitionFetcher interface
     add b17c09c2b79 Support CollectOperator and fix some bugs, add some 
comments for Table Schema Fetcher
     new 6dd4d5f8e3b Merge branch 'ty/TableModelGrammar' into 
TableModelIngestion

The 1 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:
 .../CollectOperator.java}                          | 66 ++++++++++++----------
 .../schema/source/TableDeviceQuerySource.java      | 17 +++---
 .../plan/planner/TableOperatorGenerator.java       | 18 ++++++
 .../node/metedata/read/TableDeviceQueryNode.java   |  4 +-
 .../PredicatePushIntoMetadataChecker.java          |  7 ++-
 .../schema/CheckSchemaPredicateVisitor.java        | 35 ++++++------
 .../ConvertSchemaPredicateToFilterVisitor.java     | 19 ++++---
 .../fetcher/DeviceInCacheFilterVisitor.java        | 17 +++---
 .../metadata/fetcher/SchemaPredicateUtil.java      | 48 +++++++---------
 .../metadata/fetcher/TableDeviceSchemaFetcher.java | 40 ++++++++-----
 .../fetcher/cache/TableDeviceCacheEntry.java       |  4 +-
 .../plan/relational/planner/node/CollectNode.java  |  2 +-
 .../plan/relational/sql/ast/ShowDevice.java        |  6 +-
 .../read/req/impl/ShowTableDevicesPlan.java        |  4 +-
 14 files changed, 159 insertions(+), 128 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/{schema/SchemaQueryMergeOperator.java
 => process/CollectOperator.java} (68%)

Reply via email to