This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 29a68365b86 Subscription: tree/table model isolation for
topic/consumer/subscription entities (#15484)
add 8439e547959 Feature/cppclient table redirection (#15439)
No new revisions were added by this update.
Summary of changes:
iotdb-client/client-cpp/pom.xml | 12 +
iotdb-client/client-cpp/src/main/Common.cc | 186 ++
iotdb-client/client-cpp/src/main/Common.h | 390 +++
iotdb-client/client-cpp/src/main/DeviceID.h | 161 ++
iotdb-client/client-cpp/src/main/Session.cpp | 2510 ++++++++++----------
iotdb-client/client-cpp/src/main/Session.h | 1174 ++++-----
.../client-cpp/src/main/SessionConnection.cpp | 499 +++-
.../client-cpp/src/main/SessionConnection.h | 298 ++-
iotdb-client/client-cpp/src/main/TableSession.h | 8 +-
iotdb-client/client-cpp/src/test/cpp/sessionIT.cpp | 156 +-
.../src/test/cpp/sessionRelationalIT.cpp | 6 +-
iotdb-client/client-cpp/src/test/main.cpp | 2 +-
.../client-cpp/src/test/main_Relational.cpp | 20 +-
13 files changed, 3502 insertions(+), 1920 deletions(-)
create mode 100644 iotdb-client/client-cpp/src/main/Common.cc
create mode 100644 iotdb-client/client-cpp/src/main/Common.h
create mode 100644 iotdb-client/client-cpp/src/main/DeviceID.h