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

Method ResolvedType

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

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

1470
1471// ResolvedType implements the TypedExpr interface.
1472func (d *DTuple) ResolvedType() *types.T {
1473 d.maybePopulateType()
1474 return d.typ
1475}
1476
1477// AmbiguousFormat implements the Datum interface.
1478func (*DTuple) AmbiguousFormat() bool { return false }

Callers 1

FormatMethod · 0.95

Calls 1

maybePopulateTypeMethod · 0.95

Tested by

no test coverage detected