Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
796
func
(c *cc) convertAlterTableSpec(n *pcast.AlterTableSpec) ast.Node {
797
return
todo(n)
798
}
799
800
func
(c *cc) convertAlterUserStmt(n *pcast.AlterUserStmt) ast.Node {
801
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected