MCPcopy Create free account
hub / github.com/dolthub/doltgresql / DString

TypeAlias DString

postgres/parser/sem/tree/datum.go:571–571  ·  view source on GitHub ↗

DString is the string Datum.

Source from the content-addressed store, hash-verified

569
570// DString is the string Datum.
571type DString string
572
573// NewDString is a helper routine to create a *DString initialized from its
574// argument.

Callers 3

NewDStringFunction · 0.85
FormatMethod · 0.85
ResolveAsTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected