You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/11/26 03:25:22 UTC

[iotdb] branch aggrWithValueFilter updated (04996ef -> a239ed9)

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

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


    from 04996ef  reimplement value iterator to update aggr result
     add a239ed9  add some tests

No new revisions were added by this update.

Summary of changes:
 .../db/query/executor/AggregationExecutor.java     |  25 +-
 .../iotdb/db/utils/AlignedValueIterator.java       |  16 +-
 .../aligned/IoTDBAggregationWithValueFilterIT.java | 259 +++++++++++++++++++++
 3 files changed, 287 insertions(+), 13 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/aligned/IoTDBAggregationWithValueFilterIT.java