MCPcopy 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.
1195type DString string
1196
1197// NewDString is a helper routine to create a *DString initialized from its
1198// argument.

Callers 4

NewDStringFunction · 0.85
FormatMethod · 0.85
datum.goFile · 0.85
ResolveAsTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected