Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5454
func
(d *DEnum) String() string {
5455
return
AsString(d)
5456
}
5457
5458
// ResolvedType implements the Datum interface.
5459
func
(d *DEnum) ResolvedType() *types.T {
Callers
nothing calls this directly
Calls
1
AsString
Function · 0.85
Tested by
no test coverage detected