MCPcopy Index your code
hub / github.com/github/gh-ost / NewAlterTableParser

Function NewAlterTableParser

go/sql/parser.go:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func NewAlterTableParser() *AlterTableParser {
53 return &AlterTableParser{
54 columnRenameMap: make(map[string]string),
55 droppedColumns: make(map[string]bool),
56 }
57}
58
59func NewParserFromAlterStatement(alterStatement string) *AlterTableParser {
60 parser := NewAlterTableParser()

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…