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