Uses of Interface
org.apache.iotdb.db.utils.timerangeiterator.ITimeRangeIterator
-
Packages that use ITimeRangeIterator Package Description org.apache.iotdb.db.utils.timerangeiterator -
-
Uses of ITimeRangeIterator in org.apache.iotdb.db.utils.timerangeiterator
Classes in org.apache.iotdb.db.utils.timerangeiterator that implement ITimeRangeIterator Modifier and Type Class Description classAggrWindowIteratorThis class iteratively generates aggregated time windows.classPreAggrWindowIteratorThis class iteratively generates pre-aggregated time windows.classPreAggrWindowWithNaturalMonthIteratorMethods in org.apache.iotdb.db.utils.timerangeiterator that return ITimeRangeIterator Modifier and Type Method Description static ITimeRangeIteratorTimeRangeIteratorFactory. getTimeRangeIterator(long startTime, long endTime, long interval, long slidingStep, boolean isAscending, boolean isIntervalByMonth, boolean isSlidingStepByMonth, boolean isPreAggr)The method returns different implements of ITimeRangeIterator depending on the parameters.
-