MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / DCollatedString

Struct DCollatedString

pkg/sql/sem/tree/datum.go:1225–1230  ·  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

1223// DCollatedString is the Datum for strings with a locale. The struct members
1224// are intended to be immutable.
1225type DCollatedString struct {
1226 Contents string
1227 Locale string
1228 // Key is the collation key.
1229 Key []byte
1230}
1231
1232// CollationEnvironment stores the state needed by NewDCollatedString to
1233// construct collation keys efficiently.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected