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

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


    from 9e88c16  support select only one series in vector and delete useless 
functions in IChunkWriter interface
     new 1c79368  Support extend column
     new ae1379e  optimize query mem data

The 2 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:
 .../engine/memtable/AlignedWritableMemChunk.java   |  50 ++++---
 .../querycontext/AlignedReadOnlyMemChunk.java      | 165 +++++++++++++++++++++
 .../db/engine/querycontext/ReadOnlyMemChunk.java   | 112 +-------------
 .../db/engine/storagegroup/TsFileProcessor.java    |  54 +++++--
 .../apache/iotdb/db/metadata/path/AlignedPath.java |  12 +-
 .../db/utils/datastructure/AlignedTVList.java      | 109 ++++++++------
 .../iotdb/db/utils/datastructure/TVList.java       |   4 +-
 .../write/schema/VectorMeasurementSchema.java      |  16 ++
 8 files changed, 333 insertions(+), 189 deletions(-)
 create mode 100644 
server/src/main/java/org/apache/iotdb/db/engine/querycontext/AlignedReadOnlyMemChunk.java

Reply via email to