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

Method ResolvedType

pkg/sql/sem/tree/expr.go:66–66  ·  view source on GitHub ↗

ResolvedType provides the type of the TypedExpr, which is the type of Datum that the TypedExpr will return when evaluated.

()

Source from the content-addressed store, hash-verified

64 // ResolvedType provides the type of the TypedExpr, which is the type of Datum
65 // that the TypedExpr will return when evaluated.
66 ResolvedType() *types.T
67}
68
69// VariableExpr is an Expr that may change per row. It is used to

Callers 15

DatumToHLCFunction · 0.65
normalizeMethod · 0.65
normalizeMethod · 0.65
normalizeMethod · 0.65
VisitPostMethod · 0.65
ReTypeFunction · 0.65
GetBoolFunction · 0.65
maybePopulateTypeMethod · 0.65
AppendMethod · 0.65
VisitPostMethod · 0.65

Implementers 15

UnresolvedNamepkg/sql/sem/tree/name_part.go
Tuplepkg/sql/sem/tree/expr.go
UnqualifiedStarpkg/sql/sem/tree/var_name.go
AllColumnsSelectorpkg/sql/sem/tree/var_name.go
ColumnItempkg/sql/sem/tree/var_name.go
DTuplepkg/sql/sem/tree/datum.go
DArraypkg/sql/sem/tree/datum.go
DBitArraypkg/sql/sem/tree/datum.go
DDecimalpkg/sql/sem/tree/datum.go
DCollatedStringpkg/sql/sem/tree/datum.go
DUuidpkg/sql/sem/tree/datum.go
DIPAddrpkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected