Class TsBlockUtil
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.common.block.TsBlockUtil
-
public class TsBlockUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetFirstConditionIndex(TsBlock tsBlock, TimeRange targetTimeRange, boolean ascending)static TsBlockskipPointsOutOfTimeRange(TsBlock tsBlock, TimeRange targetTimeRange, boolean ascending)Skip lines at the beginning of the tsBlock that are not in the time range.
-