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

suyue pushed a change to branch aggregate
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 19b65e8  fix some variable naming
     new 479e2c2  fix bug of IOTDB-54
     new 7b9021d  merge

The 1514 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:
 .../db/query/executor/AggregateEngineExecutor.java | 22 +++---
 .../db/integration/IoTDBAggregationTestIT.java     | 78 ++++++++++++++++++++++
 .../iotdb/tsfile/read/filter/basic/Filter.java     |  8 +++
 .../tsfile/read/filter/operator/AndFilter.java     |  6 ++
 .../iotdb/tsfile/read/filter/operator/Eq.java      | 14 ++++
 .../iotdb/tsfile/read/filter/operator/Gt.java      | 17 ++++-
 .../iotdb/tsfile/read/filter/operator/GtEq.java    | 17 ++++-
 .../iotdb/tsfile/read/filter/operator/Lt.java      | 14 ++++
 .../iotdb/tsfile/read/filter/operator/LtEq.java    | 14 ++++
 .../iotdb/tsfile/read/filter/operator/NotEq.java   | 14 ++++
 .../tsfile/read/filter/operator/NotFilter.java     |  5 ++
 .../tsfile/read/filter/operator/OrFilter.java      |  6 ++
 .../read/filter/MinTimeMaxTimeFilterTest.java      | 52 ++++++++++++++-
 .../iotdb/tsfile/read/filter/OperatorTest.java     |  1 +
 14 files changed, 255 insertions(+), 13 deletions(-)

Reply via email to