This is an automated email from the ASF dual-hosted git repository.
hongzhigao pushed a change to branch feat/c-python-timeseries-metadata
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 6bfe1ef4 replace DeviceID to TsDeviceDetails
add e18a51b5 fix c/python statistic
No new revisions were added by this update.
Summary of changes:
cpp/src/cwrapper/tsfile_cwrapper.cc | 261 ++++++++++++++++++----------
cpp/src/cwrapper/tsfile_cwrapper.h | 98 +++++++----
cpp/test/cwrapper/cwrapper_metadata_test.cc | 63 +++----
python/tests/test_reader_metadata.py | 17 +-
python/tsfile/schema.py | 97 +++++++----
python/tsfile/tsfile_cpp.pxd | 55 ++++--
python/tsfile/tsfile_py_cpp.pyx | 122 ++++++++-----
python/tsfile/tsfile_reader.pyx | 6 +-
8 files changed, 467 insertions(+), 252 deletions(-)