Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
type
TableMeta
interface
{
26
DatabaseName() string
27
TableName() string
28
ColumnCount() uint
29
ColumnTypes() []string
30
ColumnNames() []string
Callers
15
SelectAllFromTable
Function · 0.65
GetPrimaryKeyAndColumnTypes
Function · 0.65
getNumericIndex
Function · 0.65
TestDumpTableMeta
Function · 0.65
WriteInsert
Function · 0.65
WriteInsertInCsv
Function · 0.65
Brief
Method · 0.65
startWriters
Method · 0.65
dumpTableData
Method · 0.65
sequentialDumpTable
Method · 0.65
concurrentDumpTable
Method · 0.65
concurrentDumpTiDBTables
Method · 0.65
Implementers
2
mockTableIR
dumpling/export/util_for_test.go
tableMeta
dumpling/export/ir_impl.go
Calls
no outgoing calls
Tested by
1
TestDumpTableMeta
Function · 0.52