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