Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
type
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
buildAdminCheckTable
Method · 0.95
TestMultiColumnCommonHandle
Function · 0.95
TestSingleColumnCommonHandle
Function · 0.95
TestGenIndexValueWithLargePaddingSize
Function · 0.95
compareData
Method · 0.95
HandleTask
Method · 0.95
buildCleanupIndex
Method · 0.95
testAddIndex
Function · 0.95
GetTableSchema
Function · 0.65
GenerateResetAlterTableDDLs
Method · 0.65
GenerateAlterTableDDLs
Method · 0.65
testReadMetaBetweenTSWithVersion
Function · 0.65
Implementers
1
index
pkg/table/tables/index.go
Calls
no outgoing calls
Tested by
15
TestMultiColumnCommonHandle
Function · 0.76
TestSingleColumnCommonHandle
Function · 0.76
TestGenIndexValueWithLargePaddingSize
Function · 0.76
testAddIndex
Function · 0.76
testReadMetaBetweenTSWithVersion
Function · 0.52
TestRepairIngestIndex
Function · 0.52
TestRepairIngestIndexFromCheckpoint
Function · 0.52
generatePhysicalIter
Function · 0.52
TestRestoreAutoIncID
Function · 0.52
prepareAllocTables
Function · 0.52
TestDDLJobMap
Function · 0.52
TestCreateTableConsistent
Function · 0.52