Interface ITimeRangeIterator

    • Method Detail

      • getFirstTimeRange

        org.apache.iotdb.tsfile.read.common.TimeRange getFirstTimeRange()
        return the first time range by sorting order
      • hasNextTimeRange

        boolean hasNextTimeRange()
        Returns:
        whether current iterator has next time range
      • nextTimeRange

        org.apache.iotdb.tsfile.read.common.TimeRange nextTimeRange()
        return the next time range according to curStartTime (the start time of the last returned time range)
      • isAscending

        boolean isAscending()