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

Method Meta

pkg/table/tables/index.go:70–72  ·  view source on GitHub ↗

Meta returns index info.

()

Source from the content-addressed store, hash-verified

68
69// Meta returns index info.
70func (c *index) Meta() *model.IndexInfo {
71 return c.idxInfo
72}
73
74// TableMeta returns table info.
75func (c *index) TableMeta() *model.TableInfo {

Callers 2

createMethod · 0.95
GenIndexKVIterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected