Package | Description |
---|---|
org.tikv.common.expression.visitor | |
org.tikv.common.key | |
org.tikv.common.meta |
Modifier and Type | Method and Description |
---|---|
static IndexMatcher |
IndexMatcher.equalOnlyMatcher(TiIndexColumn indexColumn) |
static IndexMatcher |
IndexMatcher.matcher(TiIndexColumn indexColumn) |
Modifier and Type | Method and Description |
---|---|
static IndexKey.EncodeIndexDataResult |
IndexKey.encodeIndexDataValues(Row row,
List<TiIndexColumn> indexColumns,
long handle,
boolean appendHandleIfContainsNull,
TiTableInfo tableInfo) |
Modifier and Type | Method and Description |
---|---|
List<TiIndexColumn> |
TiIndexInfo.getIndexColumns() |
Constructor and Description |
---|
TiIndexInfo(long id,
CIStr name,
CIStr tableName,
List<TiIndexColumn> indexColumns,
boolean isUnique,
boolean isPrimary,
int schemaState,
String comment,
int indexType,
boolean isFakePrimaryKey) |
Copyright © 2024 PingCAP. All rights reserved.