public class PlainBufferConversion extends Object
| Constructor and Description |
|---|
PlainBufferConversion() |
public static Row toRow(PlainBufferRow plainBufferRow) throws IOException
IOExceptionpublic static Row toRow(PlainBufferRow plainBufferRow, boolean needSortColumns) throws IOException
IOExceptionpublic static Column toColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static RecordColumn toRecordColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static RecordColumn toTimeseriesRecordColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static PrimaryKey toPrimaryKey(List<PlainBufferCell> pkCells) throws IOException
IOExceptionpublic static PrimaryKey toTimeseriesPrimaryKey(List<PlainBufferCell> pkCells) throws IOException
IOExceptionpublic static PlainBufferCell toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) throws IOException
IOExceptionpublic static PlainBufferCell toPlainBufferCell(Column column, boolean ignoreValue, boolean ignoreTs, boolean setType, byte type) throws IOException
IOExceptionpublic static StreamRecord toStreamRecord(PlainBufferRow pbRow, PlainBufferRow pbOriginRow, OtsInternalApi.ActionType actionType, boolean parseInTimeseriesDataFormat) throws IOException
IOExceptionpublic static StreamRecord toStreamRecord(PlainBufferRow pbRow, PlainBufferRow pbOriginRow, TunnelServiceApi.ActionType actionType, boolean parseInTimeseriesDataFormat) throws IOException
IOExceptionCopyright © 2024. All Rights Reserved.