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

Method ResolvedType

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

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

4577
4578// ResolvedType implements the TypedExpr interface.
4579func (d *DTuple) ResolvedType() *types.T {
4580 d.maybePopulateType()
4581 return d.typ
4582}
4583
4584// Compare implements the Datum interface.
4585func (d *DTuple) Compare(ctx context.Context, cmpCtx CompareContext, other Datum) (int, error) {

Callers 2

pgwireFormatMethod · 0.95
FormatMethod · 0.95

Calls 1

maybePopulateTypeMethod · 0.95

Tested by

no test coverage detected