MCPcopy 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
735func (c *cc) convertAdminStmt(n *pcast.AdminStmt) ast.Node {
736 return todo(n)
737}
738
739func (c *cc) convertAggregateFuncExpr(n *pcast.AggregateFuncExpr) *ast.FuncCall {
740 name := strings.ToLower(n.F)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected