Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertAlterUserStmt
Method
convertAlterUserStmt
internal/engine/dolphin/convert.go:800–802 ·
view source on GitHub ↗
(n *pcast.AlterUserStmt)
Source
from the content-addressed store, hash-verified
798
}
799
800
func
(c *cc) convertAlterUserStmt(n *pcast.AlterUserStmt) ast.Node {
801
return
todo(n)
802
}
803
804
func
(c *cc) convertAnalyzeTableStmt(n *pcast.AnalyzeTableStmt) ast.Node {
805
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected