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

Struct tableData

dumpling/export/ir_impl.go:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187type tableData struct {
188 query string
189 rows *sql.Rows
190 colLen int
191 needColTypes bool
192 colTypes []string
193 SQLRowIter
194}
195
196func newTableData(query string, colLength int, needColTypes bool) *tableData {
197 return &tableData{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected