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

hui pushed a change to branch ml/windowSet
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from cf1cffa7f9 modify WindowSplitOperator
     new 9f03e74dae implement WindowConcatOperator
     new edc3bb43b7 add V2 interface

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:
 .../main/java/org/apache/iotdb/SessionExample.java |   4 +-
 .../process/{ => window}/WindowConcatOperator.java |  44 ++++-
 .../operator/process/window/WindowSliceQueue.java  |  80 ++++++++
 .../process/{ => window}/WindowSplitOperator.java  |   3 +-
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |   4 +-
 .../service/thrift/impl/ClientRPCServiceImpl.java  |  59 +++++-
 .../db/service/thrift/impl/TSServiceImpl.java      |   5 +
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   | 203 +++++++++++++++++++++
 .../apache/iotdb/session/SessionConnection.java    |   2 +-
 thrift/src/main/thrift/client.thrift               |   5 +-
 10 files changed, 391 insertions(+), 18 deletions(-)
 rename 
server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/process/{ => 
window}/WindowConcatOperator.java (64%)
 create mode 100644 
server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/process/window/WindowSliceQueue.java
 rename 
server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/process/{ => 
window}/WindowSplitOperator.java (97%)

Reply via email to