Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ String
Method
String
pkg/sql/sem/tree/name_part.go:213–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
}
213
func
(u *UnresolvedName) String() string {
return
AsString(u) }
214
215
// NewUnresolvedName constructs an UnresolvedName from some strings.
216
func
NewUnresolvedName(args ...string) *UnresolvedName {
Callers
1
ToRoutineName
Method · 0.95
Calls
1
AsString
Function · 0.85
Tested by
no test coverage detected