You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/15 06:30:24 UTC

[iotdb] branch Vector updated (41719ca -> 6925684)

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

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


    from 41719ca  fix put indices error in vectorTVList
     add 6925684  support query memtable step 1

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java | 37 ++++++++++++++++++++--
 .../db/engine/memtable/IWritableMemChunk.java      | 16 ++++++++++
 .../iotdb/db/engine/memtable/WritableMemChunk.java | 12 +++++++
 .../java/org/apache/iotdb/db/utils/MemUtils.java   | 14 +++++++-
 .../iotdb/db/utils/datastructure/TVList.java       |  4 +++
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |  2 ++
 .../tsfile/write/schema/IMeasurementSchema.java    |  2 ++
 .../tsfile/write/schema/MeasurementSchema.java     |  5 +++
 .../write/schema/VectorMeasurementSchema.java      |  5 +++
 .../write/writer/VectorMeasurementSchemaStub.java  |  5 +++
 10 files changed, 99 insertions(+), 3 deletions(-)