MCPcopy Create free account
hub / github.com/dolthub/doltgresql / helpWithFunctionByName

Function helpWithFunctionByName

postgres/parser/parser/help.go:155–158  ·  view source on GitHub ↗
(sqllex sqlLexer, s string)

Source from the content-addressed store, hash-verified

153}
154
155func helpWithFunctionByName(sqllex sqlLexer, s string) int {
156 un := &tree.UnresolvedName{NumParts: 1, Parts: tree.NameParts{s}}
157 return helpWithFunction(sqllex, tree.ResolvableFunctionReference{FunctionReference: un})
158}
159
160const (
161 hGroup = ""

Callers

nothing calls this directly

Calls 1

helpWithFunctionFunction · 0.85

Tested by

no test coverage detected