This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a change to branch support_tag_filter
in repository https://gitbox.apache.org/repos/asf/tsfile.git


    from 28c60320 support tag filter.
     add fbe995ee support tag filter.

No new revisions were added by this update.

Summary of changes:
 cpp/src/cwrapper/tsfile_cwrapper.cc                |  20 +-
 cpp/src/cwrapper/tsfile_cwrapper.h                 |  18 +-
 cpp/src/reader/table_query_executor.cc             |   5 +-
 cpp/src/reader/tsfile_reader.cc                    |   8 +-
 cpp/src/reader/tsfile_reader.h                     |   4 +-
 cpp/test/cwrapper/query_by_row_cwrapper_test.cc    |   5 +-
 .../table_view/tsfile_table_query_by_row_test.cc   |  44 +++
 python/tests/bench_batch_arrow_vs_dataframe.py     |   2 +-
 python/tests/test_batch_arrow.py                   |  12 +-
 python/tests/test_tag_filter_query.py              | 440 +++++++++++++++++++++
 python/tests/test_write_arrow.py                   |   2 +-
 python/tsfile/tsfile_cpp.pxd                       |   9 +-
 python/tsfile/tsfile_py_cpp.pxd                    |  36 +-
 python/tsfile/tsfile_py_cpp.pyx                    |  90 +++--
 python/tsfile/tsfile_reader.pyx                    |  55 ++-
 15 files changed, 619 insertions(+), 131 deletions(-)
 create mode 100644 python/tests/test_tag_filter_query.py

Reply via email to