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 b239e8ae577 multiple refactors
new bf032def159 multiple refactors
new d8b157e540e multiple refactors
new 616b34b343d multiple refactors
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:
.../java/org/apache/iotdb/session/Session.java | 133 +++----
.../iotdb/session/util/SessionTypeServices.java | 435 +++++++++++++++++++++
.../apache/iotdb/session/util/SessionUtils.java | 296 +-------------
.../iotdb/session/util/SessionUtilsTest.java | 21 +
.../process/window/partition/frame/RangeFrame.java | 294 ++++----------
.../org/apache/iotdb/calc/utils/TypeServices.java | 230 +++++++++++
.../aggregation/VarianceAccumulatorTest.java | 3 +-
.../apache/iotdb/calc/utils/TypeServicesTest.java | 112 ++++++
.../apache/iotdb/db/utils/SerializeUtilsTest.java | 95 +++++
.../apache/iotdb/commons/utils/SerializeUtils.java | 382 +-----------------
10 files changed, 1050 insertions(+), 951 deletions(-)
create mode 100644
iotdb-client/session/src/main/java/org/apache/iotdb/session/util/SessionTypeServices.java