MCPcopy 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}
213func (u *UnresolvedName) String() string { return AsString(u) }
214
215// NewUnresolvedName constructs an UnresolvedName from some strings.
216func NewUnresolvedName(args ...string) *UnresolvedName {

Callers 1

ToRoutineNameMethod · 0.95

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected