| Modifier and Type | Method and Description |
|---|---|
TsBlock |
TsBlock.appendValueColumn(Column column) |
TsBlock |
TsBlockBuilder.build() |
TsBlock |
TsBlock.getRegion(int positionOffset,
int length) |
TsBlock |
TsBlock.insertValueColumn(int index,
Column column)
Attention.
|
TsBlock |
TsBlock.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 TsBlock |
TsBlock.wrapBlocksWithoutCopy(int positionCount,
TimeColumn timeColumn,
Column[] valueColumns)
Visible to give trusted classes like
TsBlockBuilder access to a constructor that
doesn't defensively copy the valueColumns |
| Modifier and Type | Method and Description |
|---|---|
TsBlock |
TsBlockSerde.deserialize(ByteBuffer byteBuffer)
Deserialize a tsblock.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
TsBlockSerde.serialize(TsBlock tsBlock)
Serialize a tsblock.
|
| Modifier and Type | Method and Description |
|---|---|
TsBlock |
IPageReader.getAllSatisfiedData() |
| Modifier and Type | Method and Description |
|---|---|
TsBlock |
AlignedPageReader.getAllSatisfiedData() |
TsBlock |
PageReader.getAllSatisfiedData() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.