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

Method ResolvedType

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

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

2933
2934// ResolvedType implements the TypedExpr interface.
2935func (d *DTuple) ResolvedType() *types.T {
2936 d.maybePopulateType()
2937 return d.typ
2938}
2939
2940// Compare implements the Datum interface.
2941func (d *DTuple) Compare(ctx *EvalContext, other Datum) int {

Callers 1

FormatMethod · 0.95

Calls 1

maybePopulateTypeMethod · 0.95

Tested by

no test coverage detected