MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / convertAlterTableSpec

Method convertAlterTableSpec

internal/engine/dolphin/convert.go:796–798  ·  view source on GitHub ↗
(n *pcast.AlterTableSpec)

Source from the content-addressed store, hash-verified

794}
795
796func (c *cc) convertAlterTableSpec(n *pcast.AlterTableSpec) ast.Node {
797 return todo(n)
798}
799
800func (c *cc) convertAlterUserStmt(n *pcast.AlterUserStmt) ast.Node {
801 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected