| Package | Description |
|---|---|
| org.tikv.common.meta |
| Modifier and Type | Method and Description |
|---|---|
TiPartitionInfo |
TiTableInfo.getPartitionInfo() |
| Constructor and Description |
|---|
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) |
Copyright © 2025 PingCAP. All rights reserved.