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 145ef76 Merge branch 'Vector' of https://github.com/apache/iotdb into
Vector
add c9ee015 delete data in memtable step 1
add 7d9c391 Merge branch 'Vector' of https://github.com/apache/iotdb into
Vector
add 6bed9d0 remove partial delete; support query mem data; support delete
all column in vector
add b91ffa0 Merge branch 'Vector' of https://github.com/apache/iotdb into
Vector
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/engine/memtable/AbstractMemTable.java | 24 ++++++++++++++++++----
.../db/engine/memtable/IWritableMemChunk.java | 3 +++
.../iotdb/db/engine/memtable/WritableMemChunk.java | 6 ++++++
.../db/engine/querycontext/ReadOnlyMemChunk.java | 4 +++-
.../org/apache/iotdb/db/metadata/MManager.java | 4 ++--
.../db/qp/physical/crud/InsertTabletPlan.java | 2 --
.../iotdb/db/utils/datastructure/TVList.java | 10 ++++++++-
.../iotdb/db/utils/datastructure/VectorTVList.java | 21 +++++++++++++++++++
.../iotdb/db/qp/physical/InsertTabletPlanTest.java | 2 +-
9 files changed, 65 insertions(+), 11 deletions(-)