public class IndexKey extends Key
Modifier and Type | Class and Description |
---|---|
static class |
IndexKey.EncodeIndexDataResult |
Modifier and Type | Method and Description |
---|---|
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, toRawKey
public 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 © 2024 PingCAP. All rights reserved.