Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ DString
TypeAlias
DString
pkg/sql/sem/tree/datum.go:1195–1195 ·
view source on GitHub ↗
DString is the string Datum.
Source
from the content-addressed store, hash-verified
1193
1194
// DString is the string Datum.
1195
type
DString string
1196
1197
// NewDString is a helper routine to create a *DString initialized from its
1198
// argument.
Callers
4
NewDString
Function · 0.85
Format
Method · 0.85
datum.go
File · 0.85
ResolveAsType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected