You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/09/09 07:26:26 UTC

[iotdb] branch alignbydevicevector updated (5ec2c9a -> dac8178)

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

xiangweiwei pushed a change to branch alignbydevicevector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 5ec2c9a  Fix bugs
     add dac8178  Implement transform to vector

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 74 ++++++----------------
 .../org/apache/iotdb/db/metadata/PartialPath.java  | 10 +++
 .../iotdb/db/metadata/VectorPartialPath.java       | 12 ++++
 .../iotdb/db/qp/physical/crud/QueryPlan.java       |  2 +-
 .../db/qp/physical/crud/RawDataQueryPlan.java      |  2 +-
 .../iotdb/db/query/executor/QueryRouter.java       |  2 +-
 .../query/expression/unary/TimeSeriesOperand.java  |  2 +-
 7 files changed, 47 insertions(+), 57 deletions(-)