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

Struct TableSource

pkg/parser/ast/dml.go:528–537  ·  view source on GitHub ↗

TableSource represents table source with a name.

Source from the content-addressed store, hash-verified

526
527// TableSource represents table source with a name.
528type TableSource struct {
529 node
530
531 // Source is the source of the data, can be a TableName,
532 // a SelectStmt, a SetOprStmt, or a JoinNode.
533 Source ResultSetNode
534
535 // AsName is the alias name of the table source.
536 AsName model.CIStr
537}
538
539func (*TableSource) resultSet() {}
540

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected