Uses of Class
org.apache.iotdb.tsfile.read.common.block.TsBlock
-
-
Uses of TsBlock in org.apache.iotdb.tsfile.read.common.block
Methods in org.apache.iotdb.tsfile.read.common.block that return TsBlock Modifier and Type Method Description TsBlockTsBlock. appendValueColumn(Column column)TsBlockTsBlockBuilder. build()TsBlockTsBlock. getRegion(int positionOffset, int length)TsBlockTsBlock. insertValueColumn(int index, Column column)Attention.TsBlockTsBlock. skipFirst()static TsBlockTsBlockUtil. skipPointsOutOfTimeRange(TsBlock tsBlock, TimeRange targetTimeRange, boolean ascending)Skip lines at the beginning of the tsBlock that are not in the time range.TsBlockTsBlock. subTsBlock(int fromIndex)This method will create a temporary view of origin tsBlock, which will reuse the arrays of columns but with different offset.static TsBlockTsBlock. wrapBlocksWithoutCopy(int positionCount, TimeColumn timeColumn, Column[] valueColumns)Visible to give trusted classes likeTsBlockBuilderaccess to a constructor that doesn't defensively copy the valueColumnsMethods in org.apache.iotdb.tsfile.read.common.block with parameters of type TsBlock 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 TsBlock in org.apache.iotdb.tsfile.read.common.block.column
Methods in org.apache.iotdb.tsfile.read.common.block.column that return TsBlock Modifier and Type Method Description TsBlockTsBlockSerde. deserialize(java.nio.ByteBuffer byteBuffer)Deserialize a tsblock.Methods in org.apache.iotdb.tsfile.read.common.block.column with parameters of type TsBlock Modifier and Type Method Description java.nio.ByteBufferTsBlockSerde. serialize(TsBlock tsBlock)Serialize a tsblock. -
Uses of TsBlock in org.apache.iotdb.tsfile.read.reader
Methods in org.apache.iotdb.tsfile.read.reader that return TsBlock Modifier and Type Method Description TsBlockIPageReader. getAllSatisfiedData() -
Uses of TsBlock in org.apache.iotdb.tsfile.read.reader.chunk
Methods in org.apache.iotdb.tsfile.read.reader.chunk that return TsBlock Modifier and Type Method Description TsBlockAlignedChunkReader. readPageData(PageHeader timePageHeader, java.util.List<PageHeader> valuePageHeaders, java.nio.ByteBuffer compressedTimePageData, java.util.List<java.nio.ByteBuffer> compressedValuePageDatas)Read data from compressed page data.TsBlockChunkReader. readPageData(PageHeader pageHeader, java.nio.ByteBuffer compressedPageData)Read data from compressed page data. -
Uses of TsBlock in org.apache.iotdb.tsfile.read.reader.page
Methods in org.apache.iotdb.tsfile.read.reader.page that return TsBlock Modifier and Type Method Description TsBlockAlignedPageReader. getAllSatisfiedData()TsBlockPageReader. getAllSatisfiedData() -
Uses of TsBlock in org.apache.iotdb.tsfile.read.reader.series
Methods in org.apache.iotdb.tsfile.read.reader.series that return TsBlock Modifier and Type Method Description TsBlockPaginationController. applyTsBlock(TsBlock resultTsBlock)Methods in org.apache.iotdb.tsfile.read.reader.series with parameters of type TsBlock Modifier and Type Method Description TsBlockPaginationController. applyTsBlock(TsBlock resultTsBlock)
-