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

Method String

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

Source from the content-addressed store, hash-verified

48// Format implements the NodeFormatter interface.
49func (UnqualifiedStar) Format(ctx *FmtCtx) { ctx.WriteByte('*') }
50func (u UnqualifiedStar) String() string { return AsString(u) }
51
52// NormalizeVarName implements the VarName interface.
53func (u UnqualifiedStar) NormalizeVarName() (VarName, error) { return u, nil }

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected