MCPcopy
hub / github.com/pingcap/tidb / TableMeta

Method TableMeta

pkg/table/index.go:89–89  ·  view source on GitHub ↗

TableMeta returns TableInfo

()

Source from the content-addressed store, hash-verified

87 Meta() *model.IndexInfo
88 // TableMeta returns TableInfo
89 TableMeta() *model.TableInfo
90 // Create supports insert into statement.
91 Create(ctx MutateContext, txn kv.Transaction, indexedValues []types.Datum, h kv.Handle, handleRestoreData []types.Datum, opts ...CreateIdxOption) (kv.Handle, error)
92 // Delete supports delete from statement.

Callers 5

addIndicesMethod · 0.65
buildIndexForRowMethod · 0.65
getKeysNeedCheckOneRowFunction · 0.65
fillRowMethod · 0.65

Implementers 1

indexpkg/table/tables/index.go

Calls

no outgoing calls

Tested by

no test coverage detected