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

Method TableName

dumpling/export/ir.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type TableMeta interface {
26 DatabaseName() string
27 TableName() string
28 ColumnCount() uint
29 ColumnTypes() []string
30 ColumnNames() []string

Callers 15

SelectAllFromTableFunction · 0.65
getNumericIndexFunction · 0.65
TestDumpTableMetaFunction · 0.65
WriteInsertFunction · 0.65
WriteInsertInCsvFunction · 0.65
BriefMethod · 0.65
startWritersMethod · 0.65
dumpTableDataMethod · 0.65
sequentialDumpTableMethod · 0.65
concurrentDumpTableMethod · 0.65

Implementers 2

mockTableIRdumpling/export/util_for_test.go
tableMetadumpling/export/ir_impl.go

Calls

no outgoing calls

Tested by 1

TestDumpTableMetaFunction · 0.52