public class IndexKey extends Key
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IndexKey.EncodeIndexDataResult |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexKey.EncodeIndexDataResult |
encodeIndexDataValues(Row row,
List<TiIndexColumn> indexColumns,
long handle,
boolean appendHandleIfContainsNull,
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 encodeIndexDataValues(Row row, List<TiIndexColumn> indexColumns, long handle, boolean appendHandleIfContainsNull, TiTableInfo tableInfo)
public long getTableId()
public long getIndexId()
public Key[] getDataKeys()
Copyright © 2023 PingCAP. All rights reserved.