Class LineMerger


  • public class LineMerger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LineMerger​(long queryId, java.lang.String tmpFilePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.iotdb.tsfile.read.reader.IPointReader merge​(java.util.List<org.apache.iotdb.tsfile.read.reader.IPointReader> prioritySeriesReaders)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineMerger

        public LineMerger​(long queryId,
                          java.lang.String tmpFilePath)
    • Method Detail

      • merge

        public org.apache.iotdb.tsfile.read.reader.IPointReader merge​(java.util.List<org.apache.iotdb.tsfile.read.reader.IPointReader> prioritySeriesReaders)
                                                               throws java.io.IOException
        Throws:
        java.io.IOException