MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / helpWithFunctionByName

Function helpWithFunctionByName

pkg/sql/parser/help.go:135–138  ·  view source on GitHub ↗
(sqllex sqlLexer, s string)

Source from the content-addressed store, hash-verified

133}
134
135func helpWithFunctionByName(sqllex sqlLexer, s string) int {
136 un := &tree.UnresolvedName{NumParts: 1, Parts: tree.NameParts{s}}
137 return helpWithFunction(sqllex, tree.ResolvableFunctionReference{FunctionReference: un})
138}
139
140const (
141 hGroup = ""

Callers 1

ParseMethod · 0.85

Calls 1

helpWithFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…