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

Method ResolvedType

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

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

621
622// ResolvedType implements the TypedExpr interface.
623func (d *DCollatedString) ResolvedType() *types.T {
624 return types.MakeCollatedString(types.String, d.Locale)
625}
626
627// Size implements the Datum interface.
628func (d *DCollatedString) Size() uintptr {

Callers

nothing calls this directly

Calls 1

MakeCollatedStringFunction · 0.92

Tested by

no test coverage detected