Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertAdminStmt
Method
convertAdminStmt
internal/engine/dolphin/convert.go:735–737 ·
view source on GitHub ↗
(n *pcast.AdminStmt)
Source
from the content-addressed store, hash-verified
733
}
734
735
func
(c *cc) convertAdminStmt(n *pcast.AdminStmt) ast.Node {
736
return
todo(n)
737
}
738
739
func
(c *cc) convertAggregateFuncExpr(n *pcast.AggregateFuncExpr) *ast.FuncCall {
740
name := strings.ToLower(n.F)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected