Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertAlterInstanceStmt
Method
convertAlterInstanceStmt
internal/engine/dolphin/convert.go:792–794 ·
view source on GitHub ↗
(n *pcast.AlterInstanceStmt)
Source
from the content-addressed store, hash-verified
790
}
791
792
func
(c *cc) convertAlterInstanceStmt(n *pcast.AlterInstanceStmt) ast.Node {
793
return
todo(n)
794
}
795
796
func
(c *cc) convertAlterTableSpec(n *pcast.AlterTableSpec) ast.Node {
797
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected