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

hui pushed a change to branch ml/windowSet
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 511a6686f9 add python session (tmp save)
     new 9fd4877885 finish python session
     new db3eab0588 support shuffle
     new a12c7fb3fa support function

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:
 client-py/README.md                                |   2 +-
 client-py/SessionExample.py                        | 762 +++++++++++----------
 client-py/iotdb/Session.py                         | 224 +++---
 client-py/iotdb/dbapi/Cursor.py                    |   2 +-
 client-py/iotdb/utils/IoTDBRpcDataSet.py           |  13 +-
 client-py/iotdb/utils/SessionDataSet.py            |  66 +-
 client-py/tests/test_dataframe.py                  |   4 +-
 client-py/tests/test_tablet.py                     |   4 +-
 client-py/tests/test_todf.py                       |   6 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  33 +-
 .../db/mpp/plan/planner/LogicalPlanVisitor.java    |  12 +-
 .../service/thrift/impl/ClientRPCServiceImpl.java  |   8 +-
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   |  38 +-
 13 files changed, 650 insertions(+), 524 deletions(-)

Reply via email to