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

Method ResolvedType

postgres/parser/sem/tree/expr.go:69–69  ·  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

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

Callers 15

VisitPreMethod · 0.65
maybePopulateTypeMethod · 0.65
AppendMethod · 0.65
NewTypedArrayFlattenExprFunction · 0.65
NewTypedIfErrExprFunction · 0.65
memoizeFnMethod · 0.65
memoizeFnMethod · 0.65
NewTypedUnaryExprFunction · 0.65
NewTypedColumnAccessExprFunction · 0.65
FormatNodeMethod · 0.65
TypeCheckMethod · 0.65

Implementers 15

UnresolvedNamepostgres/parser/sem/tree/name_part.go
FunctionColumnpostgres/parser/sem/tree/create_functi
Tuplepostgres/parser/sem/tree/expr.go
UnqualifiedStarpostgres/parser/sem/tree/var_name.go
AllColumnsSelectorpostgres/parser/sem/tree/var_name.go
ColumnItempostgres/parser/sem/tree/var_name.go
DTuplepostgres/parser/sem/tree/datum.go
DArraypostgres/parser/sem/tree/datum.go
DBitArraypostgres/parser/sem/tree/datum.go
DDecimalpostgres/parser/sem/tree/datum.go
DCollatedStringpostgres/parser/sem/tree/datum.go
DUuidpostgres/parser/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected