public class RowV2 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RowV2.ColIDSearchResult |
Modifier and Type | Field and Description |
---|---|
static int |
CODEC_VER |
Modifier and Type | Method and Description |
---|---|
static RowV2 |
createEmpty() |
static RowV2 |
createNew(byte[] rowData) |
RowV2.ColIDSearchResult |
findColID(long colID) |
byte[] |
getData(int i) |
void |
initColIDs() |
void |
initColIDs32() |
void |
initOffsets() |
void |
initOffsets32() |
byte[] |
toBytes() |
public static RowV2 createNew(byte[] rowData)
public static RowV2 createEmpty()
public byte[] getData(int i)
public byte[] toBytes()
public RowV2.ColIDSearchResult findColID(long colID)
public void initColIDs()
public void initColIDs32()
public void initOffsets()
public void initOffsets32()
Copyright © 2024 PingCAP. All rights reserved.