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

Method ResolvedType

pkg/sql/sem/tree/expr.go:54–54  ·  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

52 // ResolvedType provides the type of the TypedExpr, which is the type of Datum
53 // that the TypedExpr will return when evaluated.
54 ResolvedType() *types.T
55
56 // Eval evaluates an SQL expression. Expression evaluation is a
57 // mostly straightforward walk over the parse tree. The only

Callers 15

TypeCheckMethod · 0.95
typeCheckComparisonOpFunction · 0.95
VisitPreMethod · 0.65
pgwireFormatMethod · 0.65
GetBoolFunction · 0.65
maybePopulateTypeMethod · 0.65
AppendMethod · 0.65
MaxDistinctCountFunction · 0.65
OperatorIsImmutableFunction · 0.65

Implementers 15

RoutineExprpkg/sql/sem/tree/routine.go
TxnControlExprpkg/sql/sem/tree/routine.go
UnresolvedNamepkg/sql/sem/tree/name_part.go
Subquerypkg/sql/sem/tree/expr.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
Placeholderpkg/sql/sem/tree/expr.go
dNullpkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected