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

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


    from 27ff250  [To new_vector] Add MeasurementPath and Refactor 
groupVectorPath (#4268)
     new c95efc9  add VectorSeriesReader
     new ae1aab9  resolve conflicts

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:
 .../cluster/query/reader/ClusterReaderFactory.java |  3 +-
 .../apache/iotdb/db/metadata/path/AlignedPath.java | 53 ++++++++++++
 .../iotdb/db/metadata/path/MeasurementPath.java    | 54 ++++++++++++
 .../apache/iotdb/db/metadata/path/PartialPath.java | 34 ++++++++
 .../query/reader/series/AlignedSeriesReader.java   | 95 ++++++++++++++++++++++
 .../query/reader/series/SeriesAggregateReader.java |  3 +-
 .../reader/series/SeriesRawDataBatchReader.java    |  6 +-
 .../iotdb/db/query/reader/series/SeriesReader.java | 18 ++--
 .../reader/series/SeriesReaderByTimestamp.java     | 12 +--
 .../reader/series/VectorSeriesAggregateReader.java |  2 +-
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |  7 +-
 11 files changed, 257 insertions(+), 30 deletions(-)
 create mode 100644 
server/src/main/java/org/apache/iotdb/db/query/reader/series/AlignedSeriesReader.java

Reply via email to