MCPcopy 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.
1072type DString string
1073
1074// NewDString is a helper routine to create a *DString initialized from its
1075// argument.

Callers 3

NewDStringFunction · 0.85
datum.goFile · 0.85
ResolveAsTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected