package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

GetKeyKind returns the KeyKind that matches the key in the minimalist way.

# Constants

KeyKindIndex means that this key belongs to index.
KeyKindRow means that this key belongs to row.
KeyKindUnknown indicates that this key is unknown type.

# Type aliases

KeyKind is a specific type of key, mainly used to distinguish row/index.