public class IndexKey extends Key
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IndexKey.EncodeIndexDataResult |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexKey.EncodeIndexDataResult |
genIndexKey(long physicalID,
Row row,
TiIndexInfo indexInfo,
Handle handle,
TiTableInfo tableInfo) |
Key[] |
getDataKeys() |
long |
getIndexId() |
long |
getTableId() |
static IndexKey |
toIndexKey(long tableId,
long indexId,
Key... dataKeys) |
String |
toString() |
append, compareTo, equals, getBytes, getInfFlag, hashCode, next, nextPrefix, toByteString, toRawKey, toRawKey, toRawKey, toRawKeypublic static IndexKey.EncodeIndexDataResult genIndexKey(long physicalID, Row row, TiIndexInfo indexInfo, Handle handle, TiTableInfo tableInfo)
public long getTableId()
public long getIndexId()
public Key[] getDataKeys()
Copyright © 2022 PingCAP. All rights reserved.