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

Function helpWithFunctionByName

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

helpWithFunctionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…