Uses of Class
org.apache.iotdb.tsfile.read.common.TimeRange
-
-
Uses of TimeRange in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>AlignedChunkMetadata. getDeleteIntervalList()java.util.List<TimeRange>ChunkMetadata. getDeleteIntervalList()java.util.List<TimeRange>IChunkMetadata. getDeleteIntervalList()Methods in org.apache.iotdb.tsfile.file.metadata with parameters of type TimeRange Modifier and Type Method Description voidAlignedChunkMetadata. insertIntoSortedDeletions(TimeRange timeRange)voidChunkMetadata. insertIntoSortedDeletions(TimeRange timeRange)voidIChunkMetadata. insertIntoSortedDeletions(TimeRange timeRange) -
Uses of TimeRange in org.apache.iotdb.tsfile.read.common
Methods in org.apache.iotdb.tsfile.read.common that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>Chunk. getDeleteIntervalList()java.util.List<TimeRange>TimeRange. getRemains(java.util.List<TimeRange> timeRangesPrev)Get the remaining time ranges in the current ranges but not in timeRangesPrev.static java.util.List<TimeRange>TimeRange. sortAndMerge(java.util.List<TimeRange> unionCandidates)Return the union of the given time ranges.Methods in org.apache.iotdb.tsfile.read.common with parameters of type TimeRange Modifier and Type Method Description intTimeRange. compareTo(TimeRange r)booleanTimeRange. contains(TimeRange r)Check whether this TimeRange contains r.booleanTimeRange. intersects(TimeRange r)Here are some examples.voidTimeRange. merge(TimeRange rhs)booleanTimeRange. overlaps(TimeRange rhs)Check if two TimeRanges overlapMethod parameters in org.apache.iotdb.tsfile.read.common with type arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>TimeRange. getRemains(java.util.List<TimeRange> timeRangesPrev)Get the remaining time ranges in the current ranges but not in timeRangesPrev.voidChunk. setDeleteIntervalList(java.util.List<TimeRange> list)static java.util.List<TimeRange>TimeRange. sortAndMerge(java.util.List<TimeRange> unionCandidates)Return the union of the given time ranges.Constructor parameters in org.apache.iotdb.tsfile.read.common with type arguments of type TimeRange Constructor Description Chunk(ChunkHeader header, java.nio.ByteBuffer buffer, java.util.List<TimeRange> deleteIntervalList, Statistics chunkStatistic) -
Uses of TimeRange in org.apache.iotdb.tsfile.read.common.block
Methods in org.apache.iotdb.tsfile.read.common.block with parameters of type TimeRange Modifier and Type Method Description static intTsBlockUtil. getFirstConditionIndex(TsBlock tsBlock, TimeRange targetTimeRange, boolean ascending)static TsBlockTsBlockUtil. skipPointsOutOfTimeRange(TsBlock tsBlock, TimeRange targetTimeRange, boolean ascending)Skip lines at the beginning of the tsBlock that are not in the time range. -
Uses of TimeRange in org.apache.iotdb.tsfile.read.controller
Methods in org.apache.iotdb.tsfile.read.controller that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>IMetadataQuerier. convertSpace2TimePartition(java.util.List<Path> paths, long spacePartitionStartPos, long spacePartitionEndPos)Convert the space partition constraint to the time partition constraint.java.util.List<TimeRange>MetadataQuerierByFileImpl. convertSpace2TimePartition(java.util.List<Path> paths, long spacePartitionStartPos, long spacePartitionEndPos)java.util.List<TimeRange>CachedChunkLoaderImpl.ChunkCacheKey. getDeleteIntervalList() -
Uses of TimeRange in org.apache.iotdb.tsfile.read.filter
Methods in org.apache.iotdb.tsfile.read.filter that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>GroupByFilter. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeBetween. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeEq. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeGt. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeGtEq. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeGtEqAndLt. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeIn. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeLt. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeLtEq. getTimeRanges()java.util.List<TimeRange>TimeFilter.TimeNotEq. getTimeRanges() -
Uses of TimeRange in org.apache.iotdb.tsfile.read.filter.basic
Methods in org.apache.iotdb.tsfile.read.filter.basic that return types with arguments of type TimeRange Modifier and Type Method Description default java.util.List<TimeRange>Filter. getTimeRanges() -
Uses of TimeRange in org.apache.iotdb.tsfile.read.filter.operator
Methods in org.apache.iotdb.tsfile.read.filter.operator that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>AndFilter. getTimeRanges()java.util.List<TimeRange>NotFilter. getTimeRanges()java.util.List<TimeRange>OrFilter. getTimeRanges() -
Uses of TimeRange in org.apache.iotdb.tsfile.read.reader.chunk
Method parameters in org.apache.iotdb.tsfile.read.reader.chunk with type arguments of type TimeRange Modifier and Type Method Description protected booleanAlignedChunkReader. pageSatisfied(PageHeader pageHeader, java.util.List<TimeRange> valueDeleteInterval)used for value page filter -
Uses of TimeRange in org.apache.iotdb.tsfile.read.reader.page
Methods in org.apache.iotdb.tsfile.read.reader.page that return types with arguments of type TimeRange Modifier and Type Method Description java.util.List<TimeRange>PageReader. getDeleteIntervalList()java.util.List<TimeRange>TimePageReader. getDeleteIntervalList()java.util.List<TimeRange>ValuePageReader. getDeleteIntervalList()Method parameters in org.apache.iotdb.tsfile.read.reader.page with type arguments of type TimeRange Modifier and Type Method Description voidAlignedPageReader. setDeleteIntervalList(java.util.List<java.util.List<TimeRange>> list)voidPageReader. setDeleteIntervalList(java.util.List<TimeRange> list)voidTimePageReader. setDeleteIntervalList(java.util.List<TimeRange> list)voidValuePageReader. setDeleteIntervalList(java.util.List<TimeRange> list)
-