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

Method String

pkg/sql/sem/tree/datum.go:5454–5456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5452}
5453
5454func (d *DEnum) String() string {
5455 return AsString(d)
5456}
5457
5458// ResolvedType implements the Datum interface.
5459func (d *DEnum) ResolvedType() *types.T {

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected