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

Method String

pkg/sql/sem/tree/name_part.go:188–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187}
188func (u *UnresolvedName) String() string { return AsString(u) }
189
190// NewUnresolvedName constructs an UnresolvedName from some strings.
191func NewUnresolvedName(args ...string) *UnresolvedName {

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected