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 12:46:17 UTC

[iotdb] branch Vector updated (5e7db3a -> f434983)

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 5e7db3a  format code
     add f434983  support query memtable step 2

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/memtable/AbstractMemTable.java | 15 +----
 .../db/engine/memtable/IWritableMemChunk.java      | 16 -----
 .../iotdb/db/engine/memtable/WritableMemChunk.java | 12 ----
 .../db/engine/querycontext/ReadOnlyMemChunk.java   | 76 ++++++++++++++++++++--
 .../db/engine/storagegroup/TsFileResource.java     |  1 +
 .../iotdb/db/query/reader/chunk/MemPageReader.java |  6 +-
 .../iotdb/db/utils/datastructure/VectorTVList.java |  1 +
 7 files changed, 79 insertions(+), 48 deletions(-)