This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from fe5d591 [IOTDB-2265] rename UnaryMeasurementSchema to
MeasurementSchema (#4710)
add f061b28 [IOTDB-1802] Add aligned timeseries APIs for C++ client
(#4711)
No new revisions were added by this update.
Summary of changes:
client-cpp/src/main/Session.cpp | 265 ++++++++++++++++++++-
client-cpp/src/main/Session.h | 53 ++++-
client-cpp/src/test/CMakeLists.txt | 2 +-
example/client-cpp-example/pom.xml | 4 +
.../src/AlignedTimeseriesSessionExample.cpp | 217 +++++++++++++++++
example/client-cpp-example/src/CMakeLists.txt | 4 +
example/client-cpp-example/src/SessionExample.cpp | 30 ++-
7 files changed, 552 insertions(+), 23 deletions(-)
create mode 100644
example/client-cpp-example/src/AlignedTimeseriesSessionExample.cpp