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

Method String

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

Source from the content-addressed store, hash-verified

57}
58
59func (f *RoutineName) String() string { return AsString(f) }
60
61// FQString renders the function name in full, not omitting the prefix
62// schema and catalog names. Suitable for logging, etc.

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected