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 677fb80f9a6 multiple refactors
new 9e58ae029a2 multiple refactors
new b239e8ae577 multiple refactors
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:
.../org/apache/iotdb/calc/i18n/CalcMessages.java | 6 +
.../org/apache/iotdb/calc/i18n/CalcMessages.java | 6 +
.../aggregation/CentralMomentAccumulator.java | 36 ++--
.../execution/aggregation/VarianceAccumulator.java | 116 +++--------
.../aggregation/TableCentralMomentAccumulator.java | 38 ++--
.../aggregation/TableVarianceAccumulator.java | 223 +++------------------
.../grouped/GroupedCentralMomentAccumulator.java | 38 ++--
.../grouped/GroupedVarianceAccumulator.java | 140 ++-----------
.../org/apache/iotdb/calc/utils/TypeServices.java | 36 +++-
.../aggregation/VarianceAccumulatorTest.java | 126 ++++++++++++
.../apache/iotdb/calc/utils/TypeServicesTest.java | 98 +++++++++
.../apache/iotdb/db/i18n/DataNodePipeMessages.java | 6 +
.../apache/iotdb/db/i18n/DataNodePipeMessages.java | 6 +
.../iotdb/db/pipe/event/common/row/PipeRow.java | 28 +--
.../org/apache/iotdb/db/utils/TypeServices.java | 30 ++-
.../db/pipe/event/common/row/PipeRowTest.java | 115 +++++++++++
16 files changed, 555 insertions(+), 493 deletions(-)
create mode 100644
iotdb-core/calc-commons/src/test/java/org/apache/iotdb/calc/execution/operator/source/relational/aggregation/VarianceAccumulatorTest.java
create mode 100644
iotdb-core/calc-commons/src/test/java/org/apache/iotdb/calc/utils/TypeServicesTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/event/common/row/PipeRowTest.java