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

Method Meta

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

Meta returns IndexInfo.

()

Source from the content-addressed store, hash-verified

85type Index interface {
86 // Meta returns IndexInfo.
87 Meta() *model.IndexInfo
88 // TableMeta returns TableInfo
89 TableMeta() *model.TableInfo
90 // Create supports insert into statement.

Callers 15

buildAdminCheckTableMethod · 0.95
compareDataMethod · 0.95
HandleTaskMethod · 0.95
buildCleanupIndexMethod · 0.95
testAddIndexFunction · 0.95
GetTableSchemaFunction · 0.65

Implementers 1

indexpkg/table/tables/index.go

Calls

no outgoing calls

Tested by 15

testAddIndexFunction · 0.76
TestRepairIngestIndexFunction · 0.52
generatePhysicalIterFunction · 0.52
TestRestoreAutoIncIDFunction · 0.52
prepareAllocTablesFunction · 0.52
TestDDLJobMapFunction · 0.52