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

Struct tableMeta

dumpling/export/ir_impl.go:257–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257type tableMeta struct {
258 database string
259 table string
260 colTypes []*sql.ColumnType
261 selectedField string
262 selectedLen int
263 specCmts []string
264 showCreateTable string
265 showCreateView string
266 avgRowLength uint64
267 hasImplicitRowID bool
268}
269
270func (tm *tableMeta) ColumnTypes() []string {
271 colTypes := make([]string, len(tm.colTypes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected