MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / ResolvedType

Method ResolvedType

pkg/sql/sem/tree/datum.go:1406–1408  ·  view source on GitHub ↗

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

1404
1405// ResolvedType implements the TypedExpr interface.
1406func (d *DCollatedString) ResolvedType() *types.T {
1407 return types.MakeCollatedString(types.String, d.Locale)
1408}
1409
1410// Compare implements the Datum interface.
1411func (d *DCollatedString) Compare(

Callers

nothing calls this directly

Calls 1

MakeCollatedStringFunction · 0.92

Tested by

no test coverage detected