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

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


    from 1f7aff3  implement raw vector query without value filter
     new c96ef56  Revert "Reimplement current function"
     new e0b7dbe  reimplement raw data query without value filter
     new b846b50  implement raw vector query with value filter

The 3 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:
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  47 ++++----
 .../cluster/query/reader/ClusterReaderFactory.java |  33 +++---
 .../cluster/server/member/DataGroupMemberTest.java |   8 +-
 .../iotdb/db/qp/physical/crud/AggregationPlan.java |  42 +++----
 .../iotdb/db/qp/physical/crud/QueryPlan.java       |   4 -
 .../dataset/groupby/GroupByEngineDataSet.java      |   6 -
 .../query/dataset/groupby/GroupByTimeDataSet.java  |  42 +++----
 .../groupby/GroupByWithValueFilterDataSet.java     |  26 +++--
 .../groupby/GroupByWithoutValueFilterDataSet.java  |  25 ++---
 .../db/query/executor/AggregationExecutor.java     |  31 ++++--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  15 ++-
 .../org/apache/iotdb/db/utils/AggregateUtils.java  | 123 ++++++++++++++++++++-
 .../db/integration/IoTDBContinuousQueryIT.java     |   2 -
 .../aggregation/IoTDBAggregationByLevelIT.java     |  16 +--
 thrift-cluster/src/main/thrift/cluster.thrift      |   4 +-
 15 files changed, 263 insertions(+), 161 deletions(-)

Reply via email to