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

Struct DCollatedString

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

DCollatedString is the Datum for strings with a locale. The struct members are intended to be immutable.

Source from the content-addressed store, hash-verified

603// DCollatedString is the Datum for strings with a locale. The struct members
604// are intended to be immutable.
605type DCollatedString struct {
606 Contents string
607 Locale string
608 // Key is the collation key.
609 Key []byte
610}
611
612// AmbiguousFormat implements the Datum interface.
613func (*DCollatedString) AmbiguousFormat() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected