Package | Description |
---|---|
org.tikv.common.meta |
Modifier and Type | Method and Description |
---|---|
static CIStr |
CIStr.newCIStr(String str) |
Constructor and Description |
---|
TiColumnInfo(long id,
CIStr name,
int offset,
TiColumnInfo.InternalTypeHolder type,
int schemaState,
String originalDefaultValue,
String defaultValue,
String defaultValueBit,
String comment,
long version,
String generatedExprString) |
TiDBInfo(long id,
CIStr name,
String charset,
String collate,
List<TiTableInfo> tables,
int schemaState) |
TiIndexColumn(CIStr name,
int offset,
long length) |
TiIndexInfo(long id,
CIStr name,
CIStr tableName,
List<TiIndexColumn> indexColumns,
boolean isUnique,
boolean isPrimary,
int schemaState,
String comment,
int indexType,
boolean isFakePrimaryKey) |
TiPartitionDef(long id,
CIStr name,
List<String> lessThan,
String comment) |
TiTableInfo(long id,
CIStr name,
String charset,
String collate,
boolean pkIsHandle,
List<TiColumnInfo> columns,
List<TiIndexInfo> indices,
String comment,
long autoIncId,
long maxColumnId,
long maxIndexId,
long oldSchemaId,
TiPartitionInfo partitionInfo,
TiViewInfo viewInfo,
TiFlashReplicaInfo tiFlashReplicaInfo,
long version,
long updateTimestamp,
long maxShardRowIDBits,
TiSequenceInfo sequenceInfo) |
Constructor and Description |
---|
TiPartitionInfo(long type,
String expr,
List<CIStr> columns,
boolean enable,
List<TiPartitionDef> defs) |
TiViewInfo(long viewAlgorithm,
TiUserIdentity userIdentity,
long viewSecurity,
String viewSelect,
long viewCheckOpt,
List<CIStr> viewCols) |
Copyright © 2024 PingCAP. All rights reserved.