public class TableCodecV1 extends Object
| 构造器和说明 |
|---|
TableCodecV1() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static Object[] |
decodeObjects(byte[] value,
Long handle,
TiTableInfo tableInfo) |
protected static Row |
decodeRow(byte[] value,
Long handle,
TiTableInfo tableInfo) |
protected static byte[] |
encodeRow(List<TiColumnInfo> columnInfos,
Object[] values,
boolean isPkHandle)
Row layout: colID1, value1, colID2, value2, .....
|
protected static byte[] encodeRow(List<TiColumnInfo> columnInfos, Object[] values, boolean isPkHandle)
protected static Object[] decodeObjects(byte[] value, Long handle, TiTableInfo tableInfo)
protected static Row decodeRow(byte[] value, Long handle, TiTableInfo tableInfo)
Copyright © 2023 PingCAP. All rights reserved.