This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a change to branch remove_swtich_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 19d97dd3e01 Merge branch 'master' into remove_swtich_type
add d5f06e61d08 multiple refactors
No new revisions were added by this update.
Summary of changes:
.../GroupedApproxCountDistinctAccumulator.java | 21 ++--
.../rate/GroupedOrderedDeltaAccumulator.java | 50 +++++-----
.../rate/GroupedOrderedIncreaseAccumulator.java | 50 +++++-----
.../rate/GroupedOrderedRateAccumulator.java | 47 ++++-----
.../aggregation/rate/OrderedIrateAccumulator.java | 30 +++---
.../GroupedApproxCountDistinctMaskTest.java | 50 ++++++++++
.../aggregation/rate/RateBatchInputTest.java | 67 +++++++++++++
.../org/apache/iotdb/db/utils/TypeServices.java | 110 +++++++++++++++++++++
.../db/utils/datastructure/AlignedTVList.java | 22 ++---
.../db/utils/datastructure/AlignedTVListTest.java | 25 +++++
10 files changed, 362 insertions(+), 110 deletions(-)
create mode 100644
iotdb-core/calc-commons/src/test/java/org/apache/iotdb/calc/execution/operator/source/relational/aggregation/grouped/GroupedApproxCountDistinctMaskTest.java