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

Method params

pkg/sql/sem/tree/overload.go:140–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138// works with the built-in binary and unary operators.
139type overloadImpl interface {
140 params() TypeList
141 returnType() ReturnTyper
142 // allows manually resolving preference between multiple compatible overloads
143 preferred() bool

Callers 5

TypeCheckMethod · 0.65
GetParamsAndReturnTypeFunction · 0.65
typeCheckOverloadedExprsFunction · 0.65
checkReturnFunction · 0.65
formatCandidatesFunction · 0.65

Implementers 4

UnaryOppkg/sql/sem/tree/eval.go
BinOppkg/sql/sem/tree/eval.go
CmpOppkg/sql/sem/tree/eval.go
Overloadpkg/sql/sem/tree/overload.go

Calls

no outgoing calls

Tested by

no test coverage detected