MCPcopy
hub / github.com/sqlc-dev/sqlc / FuncName

Method FuncName

internal/engine/postgresql/parse.go:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (r relation) FuncName() *ast.FuncName {
60 return &ast.FuncName{
61 Catalog: r.Catalog,
62 Schema: r.Schema,
63 Name: r.Name,
64 }
65}
66
67func parseRelationFromNodes(list []*nodes.Node) (*relation, error) {
68 parts := stringSliceFromNodes(list)

Callers 4

convertCallStmtFunction · 0.80
convertFuncCallFunction · 0.80
translateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected