public class TiIndexColumn extends Object implements Serializable
Constructor and Description |
---|
TiIndexColumn(CIStr name,
int offset,
long length) |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String |
getName() |
int |
getOffset() |
boolean |
isLengthUnspecified() |
boolean |
isPrefixIndex() |
boolean |
matchName(String otherName) |
String |
toString() |
public TiIndexColumn(CIStr name, int offset, long length)
Copyright © 2024 PingCAP. All rights reserved.