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

Method String

pkg/sql/sem/tree/function_name.go:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173func (o *FunctionOID) String() string {
174 return AsString(o)
175}
176
177func (o *FunctionOID) Format(ctx *FmtCtx) {
178 ctx.WriteString(fmt.Sprintf("[FUNCTION %d]", o.OID))

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected